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

Try using grep to exclude the string instead.

parent 3d695d30
Branches
Tags
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"
\ No newline at end of file
ALL grep -v "^In directory cvs" | jsexec -c /sbbs/ctrl ircmsg -s bbs.synchro.net -c \#synchronet -n cvs_$USER
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment