]> andersk Git - moira.git/blobdiff - gen/hesiod.sh
Code style cleanup. (No functional changes)
[moira.git] / gen / hesiod.sh
index 1e9cdeeba156c73989dc872627f687783fae0969..733fdfb4f1aadc758565dbe918fc18708ec4f17c 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/csh -f
-# This script performs updates of hesiod files on hesiod servers.  
+# This script performs updates of hesiod files on hesiod servers.
 # $Header$
 
 set path=(/etc /bin /usr/bin /usr/etc /usr/athena/etc)
@@ -42,7 +42,7 @@ endif
 if (! -r $TARFILE) exit $MR_MISSINGFILE
 
 # Empty the tar file one file at a time and move each file to the
-# appropriate place only if it is not zero length. 
+# appropriate place only if it is not zero length.
 cd $SRC_DIR
 foreach  file (`tar tf $TARFILE | awk '{print $1}' | sed 's;/$;;'`)
    if (. == $file) continue
This page took 0.03051 seconds and 4 git commands to generate.