summaryrefslogtreecommitdiff
path: root/update-subdirs
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
commit177c0ea74342272645959b82cf219faa0b3dba16 (patch)
tree44e22b210a9904eab25a66d12e708804b671df75 /update-subdirs
parentdb95369be096960245dd38678f68464627698678 (diff)
downloademacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'update-subdirs')
-rwxr-xr-xupdate-subdirs2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-subdirs b/update-subdirs
index 801b15003da..9ce3a641b25 100755
--- a/update-subdirs
+++ b/update-subdirs
@@ -24,7 +24,7 @@ cd $1
for file in *; do
case $file in
*.elc | *.el | term | RCS | CVS | Old | . | .. | =* | *~ | *.orig | *.rej)
- ;;
+ ;;
*)
if [ -d $file ]; then
subdirs="\"$file\" $subdirs"