Merge pull request #75 from euantorano/patch-1
Remove / prefix when calling choosenim binary
This commit is contained in:
commit
04c1e7c873
1 changed files with 2 additions and 2 deletions
|
@ -49,10 +49,10 @@ install() {
|
|||
fi
|
||||
|
||||
# Install Nim from desired channel.
|
||||
"/$temp_prefix/$filename" $CHOOSE_VERSION --firstInstall < /dev/tty
|
||||
"$temp_prefix/$filename" $CHOOSE_VERSION --firstInstall < /dev/tty
|
||||
else
|
||||
# TODO: Use the -y switch when choosenim gets support for it.
|
||||
yes | "/$temp_prefix/$filename" $CHOOSE_VERSION --firstInstall
|
||||
yes | "$temp_prefix/$filename" $CHOOSE_VERSION --firstInstall
|
||||
fi
|
||||
|
||||
# Copy choosenim binary to Nimble bin.
|
||||
|
|
Loading…
Reference in a new issue