Drop duplicate get-image-path

merge-requests/18/head
g0t mi1k 2 months ago
parent a9d7f357ab
commit a328af3e0c

@ -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

Loading…
Cancel
Save