Skip to content
Snippets Groups Projects
Commit 09fafa78 authored by RIETTE Sébastien's avatar RIETTE Sébastien
Browse files

Small bugfix in the commit message generated by prep_code

parent 62c3a8b7
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ function usage { ...@@ -41,7 +41,7 @@ function usage {
echo "To use mnh_expand... it must be installed (alongside the filepp tool)" echo "To use mnh_expand... it must be installed (alongside the filepp tool)"
} }
full_command="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) $@" full_command="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$(basename "${BASH_SOURCE[0]}") $@"
separator='_' #- be carrefull, gmkpack (at least on belenos) has multiple allergies (':', '.', '@') separator='_' #- be carrefull, gmkpack (at least on belenos) has multiple allergies (':', '.', '@')
#- seprator must be in sync with prep_code.sh separator #- seprator must be in sync with prep_code.sh separator
......
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