summaryrefslogtreecommitdiff
path: root/system/abuild/bang.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/abuild/bang.patch')
-rw-r--r--system/abuild/bang.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/abuild/bang.patch b/system/abuild/bang.patch
new file mode 100644
index 000000000..7140f4dd8
--- /dev/null
+++ b/system/abuild/bang.patch
@@ -0,0 +1,10 @@
+diff --git a/abuild.in b/abuild.in
+index acee26f..6e06f29 100644
+--- a/abuild.in
++++ b/abuild.in
+@@ -1,4 +1,4 @@
+-#!/bin/sh -e
++#!/bin/bash -e
+
+ # abuild - build apk packages (light version of makepkg)
+ # Copyright (c) 2008-2015 Natanael Copa <ncopa@alpinelinux.org>