mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-30 23:13:49 +02:00
fix to make += work with dynamic integer vars like RANDOM
This commit is contained in:
+3
-3
@@ -1078,12 +1078,12 @@ PPAARRAAMMEETTEERRSS
|
||||
RREEPPLLYY Set to the line of input read by the rreeaadd builtin command when
|
||||
no arguments are supplied.
|
||||
SSEECCOONNDDSS
|
||||
Each time this parameter is referenced, the number of seconds
|
||||
since shell invocation is returned. If a value is assigned to
|
||||
Each time this parameter is referenced, it expands to the number
|
||||
of seconds since shell invocation. If a value is assigned to
|
||||
SSEECCOONNDDSS, 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 determined by querying the system clock. If SSEECCOONNDDSS
|
||||
are always determined by querying the system clock. If SSEECCOONNDDSS
|
||||
is unset, it loses its special properties, even if it is subse-
|
||||
quently reset.
|
||||
SSHHEELLLLOOPPTTSS
|
||||
|
||||
Reference in New Issue
Block a user