* observer.sh: Quote $DJGPP.
This commit is contained in:
parent
e9edcedc8e
commit
f3e25dcb4c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-05-16 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* observer.sh: Quote $DJGPP.
|
||||||
|
|
||||||
2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
|
2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* Makefile.in (.y.c): Update ylwrap invocation.
|
* Makefile.in (.y.c): Update ylwrap invocation.
|
||||||
|
|
|
@ -61,7 +61,7 @@ esac
|
||||||
# We are about to set IFS=:, so DOS-style file names with a drive
|
# We are about to set IFS=:, so DOS-style file names with a drive
|
||||||
# letter and a colon will be in trouble.
|
# letter and a colon will be in trouble.
|
||||||
|
|
||||||
if test -n $DJGPP
|
if test -n "$DJGPP"
|
||||||
then
|
then
|
||||||
texi=`echo $texi | sed -e 's,^\([a-zA-Z]\):/,/dev/\1/,'`
|
texi=`echo $texi | sed -e 's,^\([a-zA-Z]\):/,/dev/\1/,'`
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue