projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c6a27
)
fix typo from last sysupgrade commit
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 26 Sep 2008 08:58:43 +0000
(08:58 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 26 Sep 2008 08:58:43 +0000
(08:58 +0000)
SVN-Revision: 12715
package/base-files/files/sbin/sysupgrade
patch
|
blob
|
history
diff --git
a/package/base-files/files/sbin/sysupgrade
b/package/base-files/files/sbin/sysupgrade
index c6474623416f4f9df06a1862d24d93f36f8397de..2230e5b0ca6f85eedb8f2330bcb5828cf1605643 100755
(executable)
--- 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