Skip to content

Commit 658c6c5

Browse files
committed
update to work like readlink -f
1 parent 0ad4010 commit 658c6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/readlink.mac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
#http://stackoverflow.com/questions/1055671/how-can-i-get-the-behavior-of-gnus-readlink-f-on-a-mac
33

4-
TARGET_FILE=$1
4+
TARGET_FILE=$2
55

66
cd `dirname $TARGET_FILE`
77
TARGET_FILE=`basename $TARGET_FILE`

0 commit comments

Comments
 (0)