Refactor elc-recompiling script a bit
This commit is contained in:
förälder
d297bde76e
incheckning
5466bab787
@ -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
|
||||
|
Laddar…
x
Referens i nytt ärende
Block a user