From be2216278adaf7e44d9dfd0b6fd1bb66db9a0564 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 21 Sep 2007 18:10:28 +0000 Subject: [PATCH] Fixed experimental branch version. --- blfs-tool | 2 +- jhalfs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blfs-tool b/blfs-tool index 7f57fb0..e9189cc 100755 --- a/blfs-tool +++ b/blfs-tool @@ -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-X${R_arrow} exit${OFF}\n" } ##### Simple error TRAPS # ctrl-c SIGINT diff --git a/jhalfs b/jhalfs index 7b4b4ac..4a8c976 100755 --- a/jhalfs +++ b/jhalfs @@ -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-X${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-X\"${OFF} builder tool (experimental) \$Rev$ \$Date$ Written by George Boudreau and Manuel Canales Esparcia,