aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-27 08:11:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-27 08:11:51 +1200
commit4cbd67d7ee8a944c6ea2e8f17ed4c92abdd970ed (patch)
tree7b600f8020dff64bf1149334b6cd073412fb075a
parentRemove md.bash (diff)
downloaddotfiles-4cbd67d7ee8a944c6ea2e8f17ed4c92abdd970ed.tar.gz
dotfiles-4cbd67d7ee8a944c6ea2e8f17ed4c92abdd970ed.zip
Quote heredoc string in edda(1)
-rwxr-xr-xbin/edda2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/edda b/bin/edda
index e228b7d5..ee65fd9f 100755
--- a/bin/edda
+++ b/bin/edda
@@ -3,7 +3,7 @@
#
# edda(1) -- Run ed(1) over multiple files, duplicating stdin. Example:
#
-# $ edda -s /etc/app.d/*.conf <<EOF
+# $ edda -s /etc/app.d/*.conf <<'EOF'
# ,s/foo/bar/g
# w
# EOF