summaryrefslogtreecommitdiff
path: root/x11/xsnow/patches/patch-addcopyright.sh
blob: 0bdbcc3908ddf7ad8ab284d1e3c875e7dd458ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-addcopyright.sh,v 1.1 2021/03/20 13:24:39 gdt Exp $

Work around upstream non-conforming sed expression.

\todo File upstream.

--- addcopyright.sh.orig	2021-01-11 12:22:11.000000000 +0000
+++ addcopyright.sh
@@ -57,7 +57,7 @@ while [ "$1" ] ; do
    # Notice that sed requires a newline after the filename of the 'r' command
    sed -i "/^\s*#-#/d" "$f"
    sed -i "/$txt/{r $crfile
-   :a;n;ba}" "$f"
+}" "$f"
    n=`expr $n + 1`
 done
 echo "$n files copyrighted"