summaryrefslogtreecommitdiff
path: root/games/copter-commander/patches/patch-ag
blob: 064eb87380a5d3b41a67678cd1ea6fc79b7a69ee (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-ag,v 1.1.1.1 2002/03/08 16:45:37 wiz Exp $

--- string-literalize.sh.orig	Thu May 17 20:35:25 2001
+++ string-literalize.sh
@@ -17,5 +17,5 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-  sed 's/\\/\\\\/g' | sed 's/\"/\\\"/g' | sed 's/^/"/g' - | sed 's/$/\\n"/g' - 
+  sed 's/\\/\\\\/g' | sed 's/\"/\\\"/g' | sed 's/^/"/g'  | sed 's/$/\\n"/g'  
 # double backslashes  protect quotes   " to bol          \n" to eol