mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 03:02:40 +02:00
use name as GLOBSORT secondary sort key; new GLOBSORT sort specifier: `numeric'; let readonly and export work on local variables at previous scopes for both array and scalar variables
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ LANG=C
|
||||
|
||||
SHELLSTART=$(date +%s)
|
||||
SECS=1275250155
|
||||
export TZ=EST5EDT
|
||||
export TZ=EST5EDT,M3.2.0/2,M11.1.0/2 # ugh
|
||||
|
||||
case $SHELLSTART in
|
||||
*s*) SHELLSTART=$EPOCHSECONDS ; DATESECS=false ;; # take a shot
|
||||
|
||||
Reference in New Issue
Block a user