summaryrefslogtreecommitdiff
path: root/games/copter-commander/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'games/copter-commander/patches/patch-ag')
-rw-r--r--games/copter-commander/patches/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/copter-commander/patches/patch-ag b/games/copter-commander/patches/patch-ag
new file mode 100644
index 00000000000..064eb87380a
--- /dev/null
+++ b/games/copter-commander/patches/patch-ag
@@ -0,0 +1,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