From c04e9121e8136fc68743b0fa15549c7557766167 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 11 Feb 2008 17:53:14 +0000 Subject: Single quote here documents to avoid shell expansion. --- localikiwikicreatesite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localikiwikicreatesite') diff --git a/localikiwikicreatesite b/localikiwikicreatesite index 8a89afe..2907174 100755 --- a/localikiwikicreatesite +++ b/localikiwikicreatesite @@ -20,7 +20,7 @@ GIT_DIR=$DESTSRCDIR/backend.git git --bare init --shared ## Create initial content mkdir -p $SRCDIR -cat <$SRCDIR/index.mdwn +cat <<'EOF' >$SRCDIR/index.mdwn Welcome to your new wiki. All wikis are supposed to have a SandBox, so this one does too. @@ -72,7 +72,7 @@ perl -0 -pi -e ' ( cd $CFGDIR git add ikiwiki.setup -cat <$CFGDIR/Makefile +cat <<'EOF' >$CFGDIR/Makefile #underlays = basewiki smiley templates underlays = templates #locale = danish -- cgit v1.2.3