Skip to content
Snippets Groups Projects
Commit 35692463 authored by rswindell's avatar rswindell
Browse files

Try exporting the SDL_VIDEODRIVER env var.

parent d3ef7e0a
No related branches found
No related tags found
No related merge requests found
......@@ -25,5 +25,5 @@
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
ALL (echo %p %{sVv}; cat) | /sbbs/exec/smbutil -o -i "-tCVS commit" "-s%p/%s" -f$USER i /sbbs/data/subs/syncprog;sync
ALL SDL_VIDEODRIVER=dummy; /sbbs/exec/jsexec -c /sbbs/ctrl ircmsg -s synchro.net -p 6667 -c \#synchronet -n cvs_$USER -x "^In directory cvs" -x "^Modified Files:\$" -x "^Log Message:\$"
ALL export SDL_VIDEODRIVER=dummy; /sbbs/exec/jsexec -c /sbbs/ctrl ircmsg -s synchro.net -p 6667 -c \#synchronet -n cvs_$USER -x "^In directory cvs" -x "^Modified Files:\$" -x "^Log Message:\$"
#ALL jsexec -c /sbbs/ctrl gnats_cvs $USER cvs justme
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment