]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo in sourcemaintenance.sh
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 Mar 2012 04:39:36 +0000 (22:39 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 Mar 2012 04:39:36 +0000 (22:39 -0600)
scripts/source-maintenance.sh
src/tests/Stub.list

index a138dd4697bf446fd228f45febb3787735d021dd..9198f7efc02a0d55ae9d2fa8a55ab0f3d9f9817d 100755 (executable)
@@ -181,7 +181,7 @@ echo " "
 
 # Build STUB framework include from current stub_* available
 (
-echo -n "STUB_SOURCE= tests\STUB.h"
+echo -n "STUB_SOURCE= tests/STUB.h"
 for f in `ls -1 ${ROOT}/src/tests/stub_*.cc`
 do
        echo " \\"
index 25ad62c659465065099c8d818ae5c6c443d0af58..fa789c6e19bf210563b0d98540300e07767dc323 100644 (file)
@@ -1,4 +1,4 @@
-STUB_SOURCE= tests\STUB.h \
+STUB_SOURCE= tests/STUB.h \
        tests/stub_CommIO.cc \
        tests/stub_DelayId.cc \
        tests/stub_DiskIOModule.cc \