]> sourceware.org Git - automake.git/commitdiff
2001-06-14 Tim Van Holder <tim.van.holder@pandora.be>
authorTom Tromey <tromey@redhat.com>
Fri, 15 Jun 2001 01:02:10 +0000 (01:02 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 15 Jun 2001 01:02:10 +0000 (01:02 +0000)
* tests/defs, tests/installsh.test: Properly support
DOS-style paths.

ChangeLog
tests/defs
tests/installsh.test

index d2021309c568ad38112378b59cabb07c10e55b55..812d4490d8f665327a4c73887824310b2ef2c03e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-14  Tim Van Holder  <tim.van.holder@pandora.be>
+
+       * tests/defs, tests/installsh.test: Properly support
+       DOS-style paths.
+
 2001-06-14  Tom Tromey  <tromey@redhat.com>
 
        * tests/Makefile.am (TESTS): Added mdate4.test.
index 174717868bb705feaaabf55e0e3f91cfada20595..76ff870550c11f4095c6468072f12f64ecc8f8d0 100644 (file)
@@ -13,7 +13,7 @@ me=`echo "$0" | sed -e 's,.*[\\/],,;s/\.test$//'`
 # Always use an absolute srcdir.  Otherwise symlinks made in subdirs
 # of the test dir just won't work.
 case "$srcdir" in
/*)
[\\/]* | ?:[\\/]*)
     ;;
 
  *)
index df986bab99cdb1f4f5cc27536266ef91e41bb7be..e1130230bb6af9f1840bdef7224ce22ccf524247 100755 (executable)
@@ -17,7 +17,7 @@ cd frob
 
 # If srcdir is relative, we need to modify it.
 case "$srcdir" in
/*)
[\\/]* | ?:[\\/]*)
     ;;
 
  *)
This page took 0.030252 seconds and 5 git commands to generate.