You can ignore ./makerogue: shell: not found

This commit is contained in:
jl777
2019-02-18 23:04:17 -11:00
parent 2c6640cdd4
commit 1c85c52f49
2 changed files with 28 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/sh
echo "you can ignore ./makerogue: shell: not found"
cd rogue;
./configure # only need this first time
make; cd ..