emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/update-subdirs


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/update-subdirs
Date: Fri, 04 Apr 2003 01:24:12 -0500

Index: emacs/update-subdirs
diff -c emacs/update-subdirs:1.4 emacs/update-subdirs:1.5
*** emacs/update-subdirs:1.4    Tue Oct  1 13:10:51 2002
--- emacs/update-subdirs        Tue Feb  4 09:56:31 2003
***************
*** 24,30 ****
  for file in *; do
      case $file in
        *.elc | *.el | term | RCS | CVS | Old | . | .. | =* | *~ | *.orig | 
*.rej)
!         ;;    
        *)
            if [ -d $file ]; then
              subdirs="\"$file\" $subdirs"
--- 24,30 ----
  for file in *; do
      case $file in
        *.elc | *.el | term | RCS | CVS | Old | . | .. | =* | *~ | *.orig | 
*.rej)
!         ;;
        *)
            if [ -d $file ]; then
              subdirs="\"$file\" $subdirs"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]