Skip to content

readlink fails with -f option #4

@thenickcox

Description

@thenickcox

On OS X 10.10.5, running this script calls readlink -f here, which fails, and causes the script to fail:

$ /usr/local/sbin/auto-mysql-backup/runmysqlbackup.sh
readlink: illegal option -- f
usage: readlink [-n] [file ...]
usage: dirname path
No confFile found; Remote copy DISABLED.
Couldn't find the automysqlbackup script.

Interesting thing is, running man readlink clearly shows a -f option:

-f format
             Display information using the specified format.  See the FORMATS section for a description of valid formats.

Is there a more failsafe way to define the $PDIR variable?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions