merge trunk r3950 "fix version wording"
This commit is contained in:
parent
479cb9b70e
commit
10bc5b9130
1 changed files with 4 additions and 3 deletions
7
jhalfs
7
jhalfs
|
@ -50,7 +50,7 @@ simple_error() { # Basic error trap.... JUST DIE
|
||||||
}
|
}
|
||||||
|
|
||||||
see_ya() {
|
see_ya() {
|
||||||
echo -e "\n${L_arrow}${BOLD}jhalfs-trunk${R_arrow} exit${OFF}\n"
|
echo -e "\n${L_arrow}${BOLD}jhalfs${R_arrow} exit${OFF}\n"
|
||||||
}
|
}
|
||||||
##### Simple error TRAPS
|
##### Simple error TRAPS
|
||||||
# ctrl-c SIGINT
|
# ctrl-c SIGINT
|
||||||
|
@ -70,16 +70,17 @@ trap 'echo -e "\n\n${RED}INTERRUPT${OFF} trapped\n" && exit 2' 1 2 3 15 17 18
|
||||||
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
|
||||||
version="
|
version="
|
||||||
${BOLD} \"jhalfs-trunk\"${OFF} builder tool (development) \$Rev$
|
${BOLD} \"jhalfs\"${OFF} builder tool (development) \$Rev$
|
||||||
\$Date$
|
\$Date$
|
||||||
|
|
||||||
Written by George Boudreau and Manuel Canales Esparcia,
|
Written by George Boudreau, Manuel Canales Esparcia, Pierre Labastie,
|
||||||
plus several contributions.
|
plus several contributions.
|
||||||
|
|
||||||
Based on an idea from Jeremy Huntwork
|
Based on an idea from Jeremy Huntwork
|
||||||
|
|
||||||
This set of files are published under the
|
This set of files are published under the
|
||||||
${BOLD}Gnu General Public License, Version 2.${OFF}
|
${BOLD}Gnu General Public License, Version 2.${OFF}
|
||||||
|
See the ${BOLD}LICENCE${OFF} file in this directory.
|
||||||
"
|
"
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
|
|
Reference in a new issue