Skip to content

Commit e6cc9c7

Browse files
authored
Merge pull request dotnet-script#253 from filipw/filipw-patch-1
use #!/bin/bash instead of #!/bin/sh
2 parents 4ab23d0 + 279551c commit e6cc9c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sh

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

33
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
44
DOTNET_SCRIPT="$SCRIPT_DIR/build/dotnet-script"

build/install-dotnet-script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
curl -L https://github.com/filipw/dotnet-script/releases/download/0.18.0/dotnet-script.0.18.0.zip > dotnet-script.zip
4-
unzip -o dotnet-script.zip -d ./
4+
unzip -o dotnet-script.zip -d ./

0 commit comments

Comments
 (0)