version 1.2, 2025/04/04 18:14:56
|
version 1.3, 2025/04/04 18:19:13
|
Line 25
|
Line 25
|
# along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
# along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
# |
# |
# $Log$ |
# $Log$ |
|
# 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 |
# Revision 1.2 2025/04/04 18:14:56 snw |
# Fix log and commit scripts |
# Fix log and commit scripts |
# |
# |
Line 58 then
|
Line 61 then
|
usage |
usage |
fi |
fi |
|
|
|
FMD="$1" |
COMMIT_MESSAGE="$2" |
COMMIT_MESSAGE="$2" |
|
|
${FMD} log "${COMMIT_MESSAGE}" |
${FMD} log "${COMMIT_MESSAGE}" |