[package] base-files: initialize GZIPED to 0 in sysupgrade since it's used later...
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 17 May 2009 11:54:44 +0000 (11:54 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 17 May 2009 11:54:44 +0000 (11:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15890 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/sbin/sysupgrade

index 139135e8f78a49939cef7b638a407b83adc1d309..ecc5e9a70888163b96ee4cd326fbd60bd23eba11 100755 (executable)
@@ -9,7 +9,7 @@ export VERBOSE=1
 export SAVE_CONFIG=1
 export DELAY=
 export CONF_IMAGE=
-export GZIPED=
+export GZIPED=0
 # parse options
 while [ -n "$1" ]; do 
        case "$1" in
@@ -114,4 +114,4 @@ if [ -n "$(rootfs_type)" ]; then
        run_ramfs '. /etc/functions.sh; include /lib/upgrade; do_upgrade'
 else
        do_upgrade
-fi
\ No newline at end of file
+fi