Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
readlink is not POSIX, but is in coreutils in at least Arch and Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
pimotte committed Aug 5, 2014
1 parent 9c0456d commit ac9f037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/daemon/syncanyd
Expand Up @@ -9,7 +9,7 @@ PIDFILE=$APPDIR/daemon.pid
LOGDIR=$APPDIR/logs
LOGFILE=$LOGDIR/daemon.log

DAEMON=$(cd "$(dirname "$0")"; pwd)/syncany
DAEMON=$(dirname $(readlink -f "$0"))/syncany
DAEMON_OPTS="--log=$LOGFILE daemon"

export PATH="${PATH:+$PATH:}/usr/sbin:/sbin"
Expand Down

0 comments on commit ac9f037

Please sign in to comment.