]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
make this script tell that this is the obsolete version, to make it possible
authorDaniel Stenberg <daniel@haxx.se>
Tue, 18 May 2004 09:22:41 +0000 (09:22 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 May 2004 09:22:41 +0000 (09:22 +0000)
to detect

testcurl.sh

index 043f66ca293e5817399190563f3e0369d183dd77..194af9f50bc006f0421d870631dcc7f525cddc32 100755 (executable)
@@ -136,6 +136,7 @@ log "CFLAGS = $CFLAGS"
 log "CC = $CC"
 log "version = $version"
 log "date = `date -u`"
+log "testscript = obsolete shell version, use tests/testcurl.pl instead!"
 
 # Make $pwd to become the path without newline. We'll use that in order to cut
 # off that path from all possible logs and error messages etc.