summaryrefslogtreecommitdiff
path: root/repo/util/which.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/which.xibuild')
-rw-r--r--repo/util/which.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/which.xibuild b/repo/util/which.xibuild
index 2dd6a23..e3779bf 100644
--- a/repo/util/which.xibuild
+++ b/repo/util/which.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(glibc bash)
+MAKEDEPS="make "
+DEPS="glibc bash"
PKG_VER=2.21