comparison update-subdirs @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 53a1d514b214
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
22 22
23 cd $1 23 cd $1
24 for file in *; do 24 for file in *; do
25 case $file in 25 case $file in
26 *.elc | *.el | term | RCS | CVS | Old | . | .. | =* | *~ | *.orig | *.rej) 26 *.elc | *.el | term | RCS | CVS | Old | . | .. | =* | *~ | *.orig | *.rej)
27 ;; 27 ;;
28 *) 28 *)
29 if [ -d $file ]; then 29 if [ -d $file ]; then
30 subdirs="\"$file\" $subdirs" 30 subdirs="\"$file\" $subdirs"
31 fi 31 fi
32 ;; 32 ;;