Change shell interpreter from ash to sh
This commit is contained in:
parent
797824a417
commit
67e73a1aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/ash
|
||||
#!/bin/sh
|
||||
|
||||
g++ -std=c++17 main.cpp -o tux-dock && echo "tux-dock successfully compiled!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue