Skip to content

Commit 3a19a68

Browse files
authored
Replace sh shebang with bash shebang (#9)
Replace sh shebang with bash shebang
1 parent 4298ec7 commit 3a19a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile.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
# Check distro
44
os_name=$(grep 'NAME=' /etc/os-release | head -n 1 | sed 's/NAME=//' | tr -d '"')

0 commit comments

Comments
 (0)