Re: [OpenWrt-Devel] [PATCH] GZIPED must have a default value

2009-05-20 Thread Jo-Philipp Wich
Was committed in r15890.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] GZIPED must have a default value

2009-05-12 Thread Roberto Riggio

The GZIPED variable must have a default value sinze it is used 
within a  statement in the /lib/upgrade/common.sh script.

btw, i would also put the $GZIPED variable in the common.sh script
between ""

Signed-off-by: Roberto Riggio 

-- 
Index: package/base-files/files/sbin/sysupgrade
===
--- package/base-files/files/sbin/sysupgrade(revision 15802)
+++ package/base-files/files/sbin/sysupgrade(working copy)
@@ -9,7 +9,7 @@
 export SAVE_CONFIG=1
 export DELAY=
 export CONF_IMAGE=
-export GZIPED=
+export GZIPED=0
 # parse options
 while [ -n "$1" ]; do 
case "$1" in
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel