summaryrefslogtreecommitdiff
path: root/repo/system/readline.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/readline.xibuild')
-rw-r--r--repo/system/readline.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/readline.xibuild b/repo/system/readline.xibuild
index d596486..5e85c49 100644
--- a/repo/system/readline.xibuild
+++ b/repo/system/readline.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(glibc ncurses)
+MAKEDEPS="make "
+DEPS="glibc ncurses"
PKG_VER=8.1