From 3e27c1f4327de9ee6f96f3418a6a611e4b3bf471 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 6 Jun 2023 10:11:37 +0200 Subject: [PATCH] Update install_obitools.sh Former-commit-id: 31f640c6ef2e7fc5faa472b773f8cdd9a9cdb309 --- install_obitools.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install_obitools.sh b/install_obitools.sh index d6e9e00..258ac71 100755 --- a/install_obitools.sh +++ b/install_obitools.sh @@ -103,7 +103,8 @@ echo "Install GO from : $GOURL" 1>&2 curl "$GOURL" \ | tar zxf - -export PATH="$(pwd)/go/bin:$PATH" +PATH="$(pwd)/go/bin:$PATH" +export $PATH curl -L "$OBIURL4" \ | tar zxf - @@ -122,5 +123,5 @@ fi popd -rm -rf "$WORK_DIR" +# rm -rf "$WORK_DIR"