summaryrefslogtreecommitdiff
path: root/repo/util/bash.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/bash.xibuild')
-rw-r--r--repo/util/bash.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/bash.xibuild b/repo/util/bash.xibuild
index 15f0f89..78b6297 100644
--- a/repo/util/bash.xibuild
+++ b/repo/util/bash.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(readline glibc ncurses)
+MAKEDEPS="make "
+DEPS="readline glibc ncurses"
PKG_VER=5.1.16
SOURCE=https://ftp.gnu.org/gnu/bash/bash-$PKG_VER.tar.gz