Change shell interpreter from ash to sh
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/ash
|
||||
#!/bin/sh
|
||||
|
||||
g++ -std=c++17 main.cpp -o tux-dock && echo "tux-dock successfully compiled!"
|
||||
|
||||
Reference in New Issue
Block a user