]> Creatis software - clitk.git/blobdiff - fast_make.sh
GateAsciiImageIO is now cross-platform using itksys::RegularExpression
[clitk.git] / fast_make.sh
index 7a11e0a62a2b022115501c936def0e8e94597fa4..8de13fce16ea25cc8cc68abb3b3ba0d67b5bef60 100755 (executable)
@@ -1,7 +1,9 @@
 #!/bin/bash
-vv_dir=$(dirname $(readlink -e $(which $0)))
+temp=$(which "$0")
+temp=$(readlink -e "${temp}")
+vv_dir=$(dirname "${temp}")
 echo clitk3 directory: $vv_dir
-cd ${vv_dir}/build
+cd "${vv_dir}/build"
 
 
 function handle_exit