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

Commit

Permalink
Reverting symlink friendlyness; 'realpath' is not installed by defaul…
Browse files Browse the repository at this point in the history
…t, not part of posix shell/bash
  • Loading branch information
binwiederhier committed Aug 5, 2014
1 parent 226cb38 commit 9c0456d
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=$(dirname $(realpath $0) )/syncany
DAEMON=$(cd "$(dirname "$0")"; pwd)/syncany
DAEMON_OPTS="--log=$LOGFILE daemon"

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

0 comments on commit 9c0456d

Please sign in to comment.