From 52854df4ac5f189c4574b8a508017fb2d4be4d0b Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Wed, 23 Mar 2016 19:49:50 -0500 Subject: [PATCH] Invoke the standard system shell in autogen.sh This avoids a needless dependence on bash. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 175e0ff53..fd14128a4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -81,7 +81,7 @@ parse_options "$@" echo "Building librb autotools files." cd "$TOP_DIR"/librb -bash autogen.sh +sh autogen.sh echo "Building main autotools files."