Refactor elc-recompiling script a bit
This commit is contained in:
@@ -7,8 +7,9 @@ for file in `find -iname '*.elc'`
|
||||
do
|
||||
elc=`basename "$file"`
|
||||
el="${elc%c}"
|
||||
dir=`dirname "$file"`
|
||||
|
||||
cd `dirname "$file"`
|
||||
cd "$dir"
|
||||
|
||||
if test "$elc" -ot "$el"
|
||||
then
|
||||
|
Reference in New Issue
Block a user