OSDN Git Service

[update] : Supported -j and --japanese.
authorhayao <shun819.mail@gmail.com>
Fri, 15 May 2020 00:30:55 +0000 (09:30 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 15 May 2020 00:30:55 +0000 (09:30 +0900)
build.sh

index d3de5dc..2b7a84b 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1154,6 +1154,10 @@ while :; do
             _usage
             exit 0
             ;;
+        -j | --japanese)
+            japanese=true
+            shift 1
+            ;;
         --)
             shift
             break