Skip to content

Commit 06e69d5

Browse files
committed
realpath is not always available, use readlink instead
1 parent d83a187 commit 06e69d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_on_real_projects.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
cd "$(dirname "$0")"
55

6-
yan=$(realpath yan.py)
6+
yan=$(readlink -f -- yan.py)
77

88
rm -rf test/projects
99
mkdir test/projects

0 commit comments

Comments
 (0)