Skip to content

Commit

Permalink
fixing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl authored and citrus-it committed Sep 28, 2017
1 parent 8672a5d commit 1c3ac1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/omni
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

if [ "$1" = "setup" ]; then
shift
script=`readlink $0`
script=`readlink -f $0`
`dirname $script`/../setup "$@"
exit 0
fi
Expand Down

0 comments on commit 1c3ac1e

Please sign in to comment.