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

Commit

Permalink
! Replace realpath with readlink
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanChepurnyi committed Dec 27, 2012
1 parent f1dc77f commit 19d68ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mage-ci
Expand Up @@ -16,7 +16,7 @@
# @author Ivan Chepurnyi <ivan.chepurnyi@ecomdev.org>


script_bin=$(realpath $0)
script_bin=$(readlink -f $0)
script=$(basename $script_bin)
script_dir=$(dirname $script_bin)
action=$1
Expand Down

0 comments on commit 19d68ca

Please sign in to comment.