OSDN Git Service

[fix] : FIxed tools dir
authorhayao <shun819.mail@gmail.com>
Thu, 7 Jan 2021 08:38:21 +0000 (17:38 +0900)
committerhayao <shun819.mail@gmail.com>
Thu, 7 Jan 2021 08:38:21 +0000 (17:38 +0900)
build.sh

index 2f2e656..923faab 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -17,7 +17,7 @@ set -eu
 # Do not change these values.
 script_path="$( cd -P "$( dirname "$(readlink -f "${0}")" )" && pwd )"
 defaultconfig="${script_path}/default.conf"
-tools_dir="${tools_dir}"
+tools_dir="${script_path}/tools"
 rebuild=false
 customized_username=false
 customized_password=false