From 76bc57a5d65ad8aca0f1ca7f38cc20f5675d1c1f Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 16 Apr 2016 21:12:24 +0200 Subject: [PATCH] realpath not installed by default, at least not on Trusty. --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index db8888cbaf..46c586d34b 100755 --- a/compile.sh +++ b/compile.sh @@ -38,7 +38,7 @@ LIB_TAG="" # empty for latest version, #-------------------------------------------------------------------------------------------------------------------------------- # source is where compile.sh is located -SRC=$(dirname $(realpath $0)) +SRC=$(pwd) # destination DEST=$SRC/output # sources for compilation