]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/commitdiff
Modified fetch to accept options; made fetch-scripts un-executable by themselves
authorPaul Baranay <pbaranay@mit.edu>
Mon, 13 Jul 2009 03:12:39 +0000 (23:12 -0400)
committerroot <root@solar-one.mit.edu>
Mon, 13 Jul 2009 03:12:39 +0000 (23:12 -0400)
fetch
fetch-scripts/cygwin [changed mode: 0755->0644]
fetch-scripts/fedora [changed mode: 0755->0644]
fetch-scripts/gutenberg [changed mode: 0755->0644]
fetch-scripts/kernel [changed mode: 0755->0644]
fetch-scripts/ubuntu-archive [changed mode: 0755->0644]
fetch-scripts/ubuntu-releases [changed mode: 0755->0644]

diff --git a/fetch b/fetch
index d496fe34bdfc366403d275bf39814bfae9d0c618..2bf8a49b76334b283f298cbda67a58574f1cd593 100755 (executable)
--- a/fetch
+++ b/fetch
@@ -5,6 +5,7 @@ set -e
 . ./OPTIONS.sh
 
 scriptname=$1
+shift
 
 if [ -z "$scriptname" ]; then
     echo "Run with a fetch script as an argument:"
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)