Env - Fixed vim test command
This commit is contained in:
parent
764048e423
commit
da0d419fab
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
if make -j 8; then
|
||||
if [ -x /usr/bin/optirun ]; then
|
||||
optirun ./tourista
|
||||
optirun ./tourista test
|
||||
else
|
||||
./tourista
|
||||
./tourista test
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue