aboutsummaryrefslogtreecommitdiffstats
path: root/update-subdirs
diff options
context:
space:
mode:
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 801b15003d..9ce3a641b2 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"