Some cleanup
This commit is contained in:
parent
df41521ba6
commit
84a651cade
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
TITLE : Package management in jhalfs
|
||||
ADDED : $Date$
|
||||
BY : Pierre Labastie
|
||||
BY : Pierre Labastie (work in progress)
|
||||
|
||||
1. INTRODUCTION:
|
||||
|
||||
|
|
4
jhalfs
4
jhalfs
|
@ -50,7 +50,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-ablfs${R_arrow} exit${OFF}\n"
|
||||
}
|
||||
##### Simple error TRAPS
|
||||
# ctrl-c SIGINT
|
||||
|
@ -70,7 +70,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-ablfs\"${OFF} builder tool (development) \$Rev$
|
||||
\$Date$
|
||||
|
||||
Written by George Boudreau and Manuel Canales Esparcia,
|
||||
|
|
Reference in a new issue