summaryrefslogtreecommitdiff
path: root/bin/runmirrors
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-09-27 22:03:51 +0200
committerJoerg Jaspert <joerg@debian.org>2008-09-27 22:03:51 +0200
commitf4eb4ab8a597a0241d78918d9a8dae58b1fe7dc9 (patch)
tree5d5686ed73211e3d469f9492288d6d64c3f220b8 /bin/runmirrors
parent6276ad90b6466031941484d40f88a76618e8db61 (diff)
Include a few suggestions from sgran
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin/runmirrors')
-rwxr-xr-xbin/runmirrors2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runmirrors b/bin/runmirrors
index ed6ead4..b2ac7e0 100755
--- a/bin/runmirrors
+++ b/bin/runmirrors
@@ -65,7 +65,7 @@ set +e
# Now read our mirrorfile and push the mirrors defined in there.
# We use grep to easily sort out all lines having a # in front of them.
-grep -v ^# ${HOME}/etc/runmirrors.mirror |
+egrep -v '^[[:space:]]*(#|$)' ${HOME}/etc/runmirrors.mirror |
while read MLNAME MHOSTNAME MUSER MPROTO MKEYFILE; do
# Process the two options that can be left blank in the config
if [ -z ${MPROTO} ]; then