* observer.sh: Quote $DJGPP.
authorMark Kettenis <kettenis@gnu.org>
Sun, 15 May 2005 22:05:35 +0000 (22:05 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 15 May 2005 22:05:35 +0000 (22:05 +0000)
gdb/ChangeLog
gdb/observer.sh

index 718aa40..db3e474 100644 (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.
index 92ca1b5..4c235ea 100755 (executable)
@@ -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