summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-13 02:38:48 +0000
committerBill Marquette <billm@pfsense.org>2005-04-13 02:38:48 +0000
commit164d9696960f7259f240a5c8a67f1fe66a430d59 (patch)
treed952a8497b59e4a321ee45a76fc770f319b24b9a /etc/rc.firmware
parent8cccee1cee12438ca346d28195819a84b3e754a0 (diff)
downloadpfsense-164d9696960f7259f240a5c8a67f1fe66a430d59.zip
pfsense-164d9696960f7259f240a5c8a67f1fe66a430d59.tar.gz
oops, not sure how I missed the 'v' - needed to create right output for egrep and nawk :)
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index 8ca903c..1834ef2 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -18,7 +18,7 @@ binary_update() {
rm /tmp/errors
mkdir /tmp/patched /tmp/patches
cd /tmp/patches
- for i in `tar tzf $TGZ | egrep -v "(^d|_md5)" | nawk '{print $9;}'`;
+ for i in `tar tvzf $TGZ | egrep -v "(^d|_md5)" | nawk '{print $9;}'`;
do
FILE=`basename ${i}`
echo "Working on ${i}"
OpenPOWER on IntegriCloud