]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Mon, 26 Jun 2000 11:42:44 +0000 (11:42 +0000)
committerwessels <>
Mon, 26 Jun 2000 11:42:44 +0000 (11:42 +0000)
 - ouch, lost a double quote.

src/repl_modules.sh

index e4e10604d8f22cae9c9dd467ff9fefd5ddb7d62b..c806ce4380dbb32c6f4ab9355d5fc36dec0e4e74 100755 (executable)
@@ -11,7 +11,7 @@ echo "/* automatically generated `date` by"
 echo " *   $0 $*"
 echo ' * do not edit'
 echo ' */'
-echo '#include "squid.h'
+echo '#include "squid.h"'
 echo ''
 for module in "$@"; do
    echo "REMOVALPOLICYCREATE createRemovalPolicy_${module};"