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

Adding back in directory name and (hopefully) commas.

parent 51e5d009
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,4 @@
#DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
ALL (echo %{sVv}; cat) | /src/sbbs3/gcc.linux.exe.debug/smbutil -tAll "-sCVS commit %s" -f$USER i /sbbs/data/subs/syncprog;sync
\ No newline at end of file
ALL (echo %p %{s,V,v}; cat) | /src/sbbs3/gcc.linux.exe.debug/smbutil -tAll "-sCVS commit %s" -f$USER i /sbbs/data/subs/syncprog;sync
\ 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