Skip to content

Commit

Permalink
シンボリックリンクは追わない
Browse files Browse the repository at this point in the history
  • Loading branch information
pasberth committed Aug 25, 2012
1 parent 09a96a5 commit 14d3140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pathf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ $# -eq 1 ]; then
BASEPATH=$PWD
elif [ $# -eq 2 ]; then
SCRIPT=$1; shift
BASEPATH=`realpath "$1"`; shift
BASEPATH=`realpath --no-symlinks "$1"`; shift
else
echo "usage: $0 -[OPTIONS] SCRIPT [BASEPATH]" 1>&2
exit 1
Expand Down

0 comments on commit 14d3140

Please sign in to comment.