Skip to content

Commit 0fb1d60

Browse files
committed
fixed readlink command usage in build script
1 parent cd2368e commit 0fb1d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ then
1111
platform="desktop"
1212
fi
1313

14-
output_gen=`readlink -f ${output_gen}`
14+
output_gen=`readlink -m ${output_gen}`
1515
base_output_gen=`dirname ${output_gen}`
1616

1717
if [ -z $platform ];

0 commit comments

Comments
 (0)