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

Set the SBBSCTRL env var on the jsexec command-line, hopefully getting rid

of othat displayed warning about using default value of /sbbs/ctrl.
parent 4a7cea57
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,5 @@
#DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
export SBBSCTRL=/sbbs/ctrl
ALL (echo %p %{sVv}; cat) | /sbbs/exec/smbutil -o -i "-tCVS commit" "-s%p/%s" -f$USER i /sbbs/data/subs/syncprog;sync
ALL export SDL_VIDEODRIVER=dummy; /sbbs/exec/jsexec -c /sbbs/ctrl ircmsg -s vert.synchro.net -p 6667 -c \#synchronet -n cvs_$USER -x "^In directory cvs" -x "^Modified Files:\$" -x "^Log Message:\$"
ALL export SBBSCTRL=/sbbs/ctrl; export SDL_VIDEODRIVER=dummy; /sbbs/exec/jsexec ircmsg -s vert.synchro.net -p 6667 -c \#synchronet -n cvs_$USER -x "^In directory cvs" -x "^Modified Files:\$" -x "^Log Message:\$"
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