From: Sean Estabrooks Date: Sat, 18 Jul 2009 16:45:44 +0000 (-0700) Subject: Trivial path quoting fixes in git-instaweb X-Git-Tag: v1.6.4~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e24c76bf09576e0d197db1e40dff655a75e9efe1;p=git-core%2Fgit.git Trivial path quoting fixes in git-instaweb Bodo Schlecht noticed that Instaweb didn't propely quote all path instances in the Apache config file it generated. Acked-by: Eric Wong Signed-off-by: Junio C Hamano --- diff --git a/git-instaweb.sh b/git-instaweb.sh index 5f4419b69..32f6496b0 100755 --- a/git-instaweb.sh +++ b/git-instaweb.sh @@ -256,7 +256,7 @@ apache2_conf () { mkdir -p "$GIT_DIR/gitweb/logs" bind= test x"$local" = xtrue && bind='127.0.0.1:' - echo 'text/css css' > $fqgitdir/mime.types + echo 'text/css css' > "$fqgitdir/mime.types" cat > "$conf" <> "$conf" <