From: Amos Jeffries Date: Mon, 19 Mar 2012 04:39:36 +0000 (-0600) Subject: Typo in sourcemaintenance.sh X-Git-Tag: BumpSslServerFirst.take08~21^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c7a7cd56229c099ee104fdcb8b090606a96331e;p=thirdparty%2Fsquid.git Typo in sourcemaintenance.sh --- diff --git a/scripts/source-maintenance.sh b/scripts/source-maintenance.sh index a138dd4697..9198f7efc0 100755 --- a/scripts/source-maintenance.sh +++ b/scripts/source-maintenance.sh @@ -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 " \\" diff --git a/src/tests/Stub.list b/src/tests/Stub.list index 25ad62c659..fa789c6e19 100644 --- a/src/tests/Stub.list +++ b/src/tests/Stub.list @@ -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 \