From e0c952300cfea07c13a0d4af832bc5adab855029 Mon Sep 17 00:00:00 2001 From: "Bickel, Korbin" Date: Thu, 13 Dec 2018 16:20:51 -0500 Subject: [PATCH] Some shells require the semi-colon. --- .../install with varrying optional version parameter position | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/installation_node/install with varrying optional version parameter position b/test/installation_node/install with varrying optional version parameter position index ca6faa8..a148777 100755 --- a/test/installation_node/install with varrying optional version parameter position +++ b/test/installation_node/install with varrying optional version parameter position @@ -7,7 +7,7 @@ die () { echo "$@" ; exit 1; } NVM_TEST_VERSION=v0.10.7 # Remove the stuff we're clobbering. -remove_install () { [ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION } +remove_install () { [ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION; } # Install with version param first remove_install