summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/makepkgbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/makepkgbuild b/bin/makepkgbuild
index f2469bf..0df3bdb 100755
--- a/bin/makepkgbuild
+++ b/bin/makepkgbuild
@@ -10,7 +10,7 @@ appendpb()
case "$txt" in
'') return 0 ;;
- *) echo "/^ *${func}()[ \\n]*{
+ *) echo "/^ *${func}() *{
/^}
i
$txt
@@ -29,7 +29,7 @@ prependpb()
case "$txt" in
'') return 0 ;;
- *) echo "/^ *${func}()[ \\n]*{
+ *) echo "/^ *${func}() *{
/^[ \t]*cd/
a
$txt