From a328af3e0cc1557e28721685ad44fa24d809a1d2 Mon Sep 17 00:00:00 2001 From: g0t mi1k Date: Thu, 23 Jan 2025 17:43:54 +0000 Subject: [PATCH] Drop duplicate get-image-path --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index bce558c..2eb4336 100755 --- a/build.sh +++ b/build.sh @@ -135,7 +135,7 @@ cd $(dirname $0)/ source .getopt.sh # Parsing command line options (see .getopt.sh) -temp=$(getopt -o "$BUILD_OPTS_SHORT" -l "$BUILD_OPTS_LONG,get-image-path" -- "$@") +temp=$(getopt -o "$BUILD_OPTS_SHORT" -l "$BUILD_OPTS_LONG" -- "$@") eval set -- "$temp" while true; do case "$1" in