File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,10 +28,3 @@ export COLUMNS
2828# PATH=$PATH:"$GSH_ROOT/bin"
2929PATH=" $GSH_ROOT /bin" :$PATH
3030
31- # ## test some of the scripts
32- if ! sh " $GSH_ROOT /lib/bin_test.sh"
33- then
34- echo " $( gettext " Error: a least one base function is not working properly.
35- Aborting!" ) "
36- exit 1
37- fi
Original file line number Diff line number Diff line change @@ -412,6 +412,15 @@ Aborting.")" >&2
412412# ######################################################################
413413
414414init_gsh " $@ "
415+
416+ # ## test some of the scripts
417+ if ! sh " $GSH_ROOT /lib/bin_test.sh"
418+ then
419+ echo " $( gettext " Error: a least one base function is not working properly.
420+ Aborting!" ) "
421+ exit 1
422+ fi
423+
415424cd " $GSH_HOME "
416425export GSH_UID=$( cat " $GSH_CONFIG /uid" )
417426date " +%Y-%m-%d %H:%M:%S" | sed ' s/^/#>>> /' >> " $GSH_CONFIG /missions.log"
You can’t perform that action at this time.
0 commit comments