OSDN Git Service

[fix] : Fixed work dir option.
authorhayao <shun819.mail@gmail.com>
Wed, 24 Jun 2020 09:08:40 +0000 (18:08 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 24 Jun 2020 09:08:40 +0000 (18:08 +0900)
build.sh

index dc43e7f..08f34da 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1274,7 +1274,7 @@ while :; do
             shift 2
             ;;
         -w | --work)
-            out_dir="${2}"
+            work_dir="${2}"
             shift 2
             ;;
         -x | --bash-debug)