* observer.sh: Quote $DJGPP.

This commit is contained in:
Mark Kettenis 2005-05-15 22:05:35 +00:00
parent e9edcedc8e
commit f3e25dcb4c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-05-16 Mark Kettenis <kettenis@gnu.org>
* observer.sh: Quote $DJGPP.
2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.in (.y.c): Update ylwrap invocation.

View file

@ -61,7 +61,7 @@ esac
# We are about to set IFS=:, so DOS-style file names with a drive
# letter and a colon will be in trouble.
if test -n $DJGPP
if test -n "$DJGPP"
then
texi=`echo $texi | sed -e 's,^\([a-zA-Z]\):/,/dev/\1/,'`
fi