summaryrefslogtreecommitdiff
path: root/repo/devel/dejagnu.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/dejagnu.xibuild')
-rw-r--r--repo/devel/dejagnu.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/devel/dejagnu.xibuild b/repo/devel/dejagnu.xibuild
index ddbf828..fcbe022 100644
--- a/repo/devel/dejagnu.xibuild
+++ b/repo/devel/dejagnu.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(sh expect)
+MAKEDEPS="make "
+DEPS="sh expect"
PKG_VER=1.6.3
SOURCE=https://ftp.gnu.org/gnu/dejagnu/dejagnu-$PKG_VER.tar.gz