summaryrefslogtreecommitdiff
path: root/system/abuild/bang.patch
blob: 7140f4dd84c9c3960e8bf1b908691e9f89afa995 (plain) (blame)
1
2
3
4
5
6
7
8
9
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>