[Box Backup-commit] COMMIT r2468 - box/trunk/distribution/boxbackup

boxbackup-dev at boxbackup.org boxbackup-dev at boxbackup.org
Fri Mar 27 23:42:22 GMT 2009


Author: chris
Date: 2009-03-27 23:42:20 +0000 (Fri, 27 Mar 2009)
New Revision: 2468

Modified:
   box/trunk/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt
Log:
Fix patching of ExceptionCodes.txt to actually work on Linux, where sed 
-i can't have an empty argument.


Modified: box/trunk/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt
===================================================================
--- box/trunk/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt	2009-03-24 23:29:10 UTC (rev 2467)
+++ box/trunk/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt	2009-03-27 23:42:20 UTC (rev 2468)
@@ -29,7 +29,7 @@
 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




More information about the Boxbackup-commit mailing list