From 11372bba2a0f2f60e01be98b27e2dc8fba41411e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 8 Oct 2019 10:58:09 +0300 Subject: [PATCH] nodejs: just use sh brother --- extra/nodejs/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extra/nodejs/build b/extra/nodejs/build index 7477bf32..29a479dc 100755 --- a/extra/nodejs/build +++ b/extra/nodejs/build @@ -2,9 +2,7 @@ export PYTHON=python2 -chmod +x configure - -./configure \ +sh ./configure \ --prefix=/usr make