aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-09-26 08:58:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-09-26 08:58:43 +0000
commit57481bf0207d5b6033a6fbe883356129ba3adc42 (patch)
tree626d8b49d4c1cb751412dad14a1409a447936aca /package/base-files
parent98daed4072b83c620c04995140dab9e271018868 (diff)
downloadmaster-187ad058-57481bf0207d5b6033a6fbe883356129ba3adc42.tar.gz
master-187ad058-57481bf0207d5b6033a6fbe883356129ba3adc42.tar.bz2
master-187ad058-57481bf0207d5b6033a6fbe883356129ba3adc42.zip
fix typo from last sysupgrade commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12715 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/files/sbin/sysupgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupgrade
index c647462341..2230e5b0ca 100755
--- a/package/base-files/files/sbin/sysupgrade
+++ b/package/base-files/files/sbin/sysupgrade
@@ -16,7 +16,7 @@ while [ -n "$1" ]; do
-d) export DELAY="$2"; shift;;
-v) export VERBOSE="$(($VERBOSE + 1))";;
-q) export VERBOSE="$(($VERBOSE - 1))";;
- -n) export SAVE_CONFIG=0
+ -n) export SAVE_CONFIG=0;;
-*)
echo "Invalid option: $1"
exit 1