From 49656246af5f96ac4c8524fddbea7efb41416125 Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Sun, 22 Jun 2014 12:45:24 +0000 Subject: [PATCH] need subr.sh before we can source it --- buildxen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildxen.sh b/buildxen.sh index 97ad23e..84583d7 100755 --- a/buildxen.sh +++ b/buildxen.sh @@ -8,6 +8,7 @@ STDJ='-j4' # the buildxen.sh is not as forgiving as I am set -e +[ ! -f ./buildrump.sh/subr.sh ] && git submodule update --init buildrump.sh . ./buildrump.sh/subr.sh MORELIBS="external/bsd/flex/lib -- 2.39.5