--- freem/scripts/fmd-commit 2025/04/04 18:00:01 1.1 +++ freem/scripts/fmd-commit 2025/04/04 18:19:13 1.3 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# $Id: fmd-commit,v 1.1 2025/04/04 18:00:01 snw Exp $ +# $Id: fmd-commit,v 1.3 2025/04/04 18:19:13 snw Exp $ # Commit to FreeM repository # # @@ -25,6 +25,12 @@ # along with FreeM. If not, see . # # $Log: fmd-commit,v $ +# Revision 1.3 2025/04/04 18:19:13 snw +# Fix fmd-commit call to fmd log +# +# Revision 1.2 2025/04/04 18:14:56 snw +# Fix log and commit scripts +# # Revision 1.1 2025/04/04 18:00:01 snw # *** empty log message *** # @@ -55,7 +61,8 @@ then usage fi -COMMIT_MSG=$2 +FMD="$1" +COMMIT_MESSAGE="$2" ${FMD} log "${COMMIT_MESSAGE}" cvs ci -m "${COMMIT_MESSAGE}"