OSDN Git Service

[disable] : realpath
authorhayao <shun819.mail@gmail.com>
Fri, 24 Jul 2020 12:27:03 +0000 (21:27 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 24 Jul 2020 12:27:03 +0000 (21:27 +0900)
build.sh

index c939e6e..67a8bd3 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -413,8 +413,8 @@ prepare_build() {
 
     # Set the fullpath
     #rebuildfile="$(realpath -e "${rebuildfile}")"
-    out_dir="$(realpath -e "${out_dir}")"
-    work_dir="$(realpath -e "${work_dir}")"
+    #out_dir="$(realpath -e "${out_dir}")"
+    #work_dir="$(realpath -e "${work_dir}")"
 
     # Check work dir
     if [[ -n $(ls -a "${work_dir}" 2> /dev/null | grep -xv ".." | grep -xv ".") ]] && [[ ! "${rebuild}" = true ]]&& [[ ! "${rebuild}" = true ]]; then