mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-05 17:52:30 +02:00
fix to make += work with dynamic integer vars like RANDOM
This commit is contained in:
+3
-3
@@ -2014,14 +2014,14 @@ builtin command when no arguments are supplied.
|
||||
.TP
|
||||
.B SECONDS
|
||||
Each time this parameter is
|
||||
referenced, the number of seconds since shell invocation is returned. If a
|
||||
value is assigned to
|
||||
referenced, it expands to the number of seconds since shell invocation.
|
||||
If a value is assigned to
|
||||
.SM
|
||||
.BR SECONDS ,
|
||||
the value returned upon subsequent
|
||||
references is
|
||||
the number of seconds since the assignment plus the value assigned.
|
||||
The number of seconds at shell invocation and the current time is always
|
||||
The number of seconds at shell invocation and the current time are always
|
||||
determined by querying the system clock.
|
||||
If
|
||||
.SM
|
||||
|
||||
Reference in New Issue
Block a user