1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[package] base-files: fix option parsing of -F/--force parameter

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33075 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2012-08-09 18:30:47 +00:00
parent da98bed772
commit a302dbce64
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ while [ -n "$1" ]; do
-c) export SAVE_OVERLAY=1;;
-b|--create-backup) export CONF_BACKUP="$2"; shift;;
-f) export CONF_IMAGE="$2"; shift;;
-F|--force) export FORCE=1; shift;;
-F|--force) export FORCE=1;;
-h|--help) export HELP=1; break;;
-*)
echo "Invalid option: $1"