Project

General

Profile

« Previous | Next » 

Revision 3dba31db

Added by Scott Ullrich about 20 years ago

Add missing `

View differences:

etc/rc.firmware
107 107
binary_update() {
108 108
	TGZ=$1
109 109
	cd /tmp/
110
	for i in `tar tf $TGZ;
111
	 do (tar xvzf /tmp/latest.tgz $i; cp /$i bspatch $i /i$; rm $i);
112
	done
110
	for i in `tar tf $TGZ`; do (tar xvzf $TGZ $i; cp /$i bspatch $i /i$; rm $i); done
113 111
}

Also available in: Unified diff