|
From: | Eli Zaretskii |
Subject: | update-subdirs and lisp/term |
Date: | Sat, 26 Sep 2009 12:48:29 +0300 |
Does anyone know why we skip lisp/term in update-subdirs? for file in *; do case $file in *.elc | *.el | term | RCS | CVS | Old | . | .. | =* | *~ | *.orig | *.rej) ;; *) if [ -d $file ]; then if [ "$file" = "obsolete" ]; then subdirs="$subdirs \"$file\"" else subdirs="\"$file\" $subdirs" fi fi ;; esac done
[Prev in Thread] | Current Thread | [Next in Thread] |