comparison admin/quick-install-emacs @ 107147:e89adb122b6b

* quick-install-emacs (PRUNED): Fix typo in message.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 14 Feb 2010 18:30:41 +0100
parents 1d1d5d9bd884
children 78601a361261 376148b31b5e
comparison
equal deleted inserted replaced
107146:149c0b848923 107147:e89adb122b6b
274 if [ -d $PFX/$SUBDIR ]; then 274 if [ -d $PFX/$SUBDIR ]; then
275 for DIR in `(cd $PFX/$SUBDIR; find . -type d -print | sed 's@^./@@')`; do 275 for DIR in `(cd $PFX/$SUBDIR; find . -type d -print | sed 's@^./@@')`; do
276 if [ -d $DST/$DIR ]; then 276 if [ -d $DST/$DIR ]; then
277 echo Directory $DST/$DIR exists 277 echo Directory $DST/$DIR exists
278 else 278 else
279 echo Directory $DST/$DIR non-existant 279 echo Directory $DST/$DIR non-existent
280 if [ "`echo $DIR | egrep -v "$AVOID_PAT"`" ]; then 280 if [ "`echo $DIR | egrep -v "$AVOID_PAT"`" ]; then
281 maybe_mkdir $DST/$DIR 281 maybe_mkdir $DST/$DIR
282 fi 282 fi
283 fi 283 fi
284 done 284 done