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

Apparently we need to escape those dollar signs.

parent 69e041e8
No related branches found
No related tags found
No related merge requests found
......@@ -25,4 +25,4 @@
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
ALL (echo %p %{sVv}; cat) | smbutil -o -i -tAll "-sCVS commit %p/%s" -f$USER i /sbbs/data/subs/syncprog;sync
ALL jsexec -c /sbbs/ctrl ircmsg -s bbs.synchro.net -c \#synchronet -n cvs_$USER -x "^In directory cvs" -x "^Modified Files:$" -x "^Log Message:$"
\ No newline at end of file
ALL jsexec -c /sbbs/ctrl ircmsg -s bbs.synchro.net -c \#synchronet -n cvs_$USER -x "^In directory cvs" -x "^Modified Files:\$" -x "^Log Message:\$"
\ No newline at end of file
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