summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-18 23:32:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-18 23:32:07 +0000
commitdf58b311c482530814ae03f81c64085f019aea73 (patch)
treeeba26a835301cbd0abf11bc45da577fee0d4d6fd /usr/local/sbin
parent01897054c971a8ad80ed8ef77fa113a0a8984390 (diff)
downloadpfsense-df58b311c482530814ae03f81c64085f019aea73.zip
pfsense-df58b311c482530814ae03f81c64085f019aea73.tar.gz
Use ; not & to seperate parms to cvsweb
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-xusr/local/sbin/update_file.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/update_file.sh b/usr/local/sbin/update_file.sh
index 20dfaa4..d8a5e8f 100755
--- a/usr/local/sbin/update_file.sh
+++ b/usr/local/sbin/update_file.sh
@@ -38,7 +38,7 @@ for file in $FMATCHES ;do
echo "trying to fetch latest $file"
fi
- /usr/bin/fetch -T 60 -q -o "$file" "$baseurl$file$urlrev$rev$urlcon&only_with_tag=RELENG_1"
+ /usr/bin/fetch -T 60 -q -o "$file" "$baseurl$file$urlrev$rev$urlcon;only_with_tag=RELENG_1"
if [ $? -eq 0 ]; then
echo "File updated."
OpenPOWER on IntegriCloud