* 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

@@ -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