summaryrefslogtreecommitdiff
path: root/distribution
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-03-28 00:21:14 +0000
committerChris Wilson <chris+github@qwirx.com>2009-03-28 00:21:14 +0000
commit5ca3021ed632ff92d0d93d34ef2b75bdfd956d38 (patch)
tree1e3dc7557cb2f4bb2ab42c04c3c61d0a65b9b821 /distribution
parentc4cc427b9f31b06da1c17bdcfa4dde0582424944 (diff)
Put the sed -i parameter back, but without the space, to make both linux
and bsd happy.
Diffstat (limited to 'distribution')
-rw-r--r--distribution/boxbackup/DISTRIBUTION-MANIFEST.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt
index 4877e9b9..7afa2548 100644
--- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt
+++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt
@@ -29,7 +29,7 @@ docs/box-html/instguide docs/htmlguide/instguide
docs/box-html/man-html docs/htmlguide/manpages
docs/man
MKDIR docs/docbook
-RUN cd docs; sed -i -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile
+RUN cd docs; sed -i"" -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile
docs/Makefile docs/docbook/Makefile
docs/ExceptionCodes.xml docs/docbook/ExceptionCodes.xml
docs/adminguide.xml docs/docbook/adminguide.xml