OSDN Git Service

[change] : Disabled help display in case of permission error.
authorhayao <shun819.mail@gmail.com>
Tue, 17 Mar 2020 02:37:50 +0000 (11:37 +0900)
committerhayao <shun819.mail@gmail.com>
Tue, 17 Mar 2020 02:37:50 +0000 (11:37 +0900)
build.sh

index 226c9b1..c0e2f67 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -538,7 +538,7 @@ make_iso() {
 
 if [[ ${EUID} -ne 0 ]]; then
     echo "This script must be run as root."
-    _usage 1
+    _usage 1
 fi