diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-03-05 18:50:46 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-03-05 18:50:46 +0000 |
commit | f02f516b5cf9257d828fbaa026707a2fdac7343d (patch) | |
tree | f0b2a90285e2fe3b174749dcc79a0c4a58a5bc69 | |
parent | 6216567c92eadfac949f7337d273ecf98d36a8bf (diff) |
Fixed version info for 2.2 release.2.2
-rwxr-xr-x | blfs-tool | 2 | ||||
-rwxr-xr-x | jhalfs | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -44,7 +44,7 @@ simple_error() { # Basic error trap.... JUST DIE } see_ya() { - echo -e "\n${L_arrow}${BOLD}jhalfs-trunk${R_arrow} exit${OFF}\n" + echo -e "\n${L_arrow}${BOLD}jhalfs 2.2${R_arrow} exit${OFF}\n" } ##### Simple error TRAPS # ctrl-c SIGINT @@ -42,7 +42,7 @@ simple_error() { # Basic error trap.... JUST DIE } see_ya() { - echo -e "\n${L_arrow}${BOLD}jhalfs-trunk${R_arrow} exit${OFF}\n" + echo -e "\n${L_arrow}${BOLD}jhalfs 2.2${R_arrow} exit${OFF}\n" } ##### Simple error TRAPS # ctrl-c SIGINT @@ -62,7 +62,7 @@ trap 'echo -e "\n\n${RED}INTERRUPT${OFF} trapped\n" && exit 2' 1 2 3 15 17 18 #>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> version=" -${BOLD} \"jhalfs-trunk\"${OFF} builder tool (development) \$Rev$ +${BOLD} \"jhalfs 2.2\"${OFF} builder tool \$Rev$ \$Date$ Written by George Boudreau and Manuel Canales Esparcia, |