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,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/update-subdirs,v
Date: Thu, 30 Oct 2008 18:58:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/10/30 18:58:46

Index: update-subdirs
===================================================================
RCS file: /sources/emacs/emacs/update-subdirs,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- update-subdirs      28 May 2008 17:39:56 -0000      1.16
+++ update-subdirs      30 Oct 2008 18:58:46 -0000      1.17
@@ -27,8 +27,12 @@
          ;;
        *)
            if [ -d $file ]; then
+               if [ "$file" = "obsolete" ]; then
+                   subdirs="$subdirs \"$file\""
+               else
              subdirs="\"$file\" $subdirs"
            fi
+           fi
          ;;
     esac
 done




reply via email to

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