Skip to content

Commit 735b8ac

Browse files
directhexakoeplinger
authored andcommitted
Explicitly use #!/bin/bash for install script (dotnet#15)
One of the line copies uses non-POSIX wildcard matching semantics, which breaks on any system where /bin/sh is not Bash or similar (e.g. most Debian derivatives)
1 parent 7289a1d commit 735b8ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-mono-prefix.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
set -e
33
set -x
44
if [ $# -ne 1 ]; then

0 commit comments

Comments
 (0)