Skip to content

Commit 0eaa7e0

Browse files
committed
use env bash in nvm-exec and install.sh
1 parent 06b81f0 commit 0eaa7e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
{ # this ensures the entire script is downloaded #
44

nvm-exec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
DIR="$(command cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

0 commit comments

Comments
 (0)