about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xbollux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index 83c0e63..60d3824 100755 --- a/bollux +++ b/bollux
@@ -1617,7 +1617,7 @@ blastoff() { # blastoff [-u] URL
1617 # Implementation detail: because Bash is really stupid when it comes to 1617 # Implementation detail: because Bash is really stupid when it comes to
1618 # arrays, the URL functions u* (see below) work with an array defined 1618 # arrays, the URL functions u* (see below) work with an array defined
1619 # with `local -a' and passed by name, not by value. Thus, the 1619 # with `local -a' and passed by name, not by value. Thus, the
1620 # `urltransform url ...' instead of `urltransform "${url[@]}"' or 1620 # `utransform url ...' instead of `urltransform "${url[@]}"' or
1621 # similar. In addition, the `ucdef' and `ucset' functions take the name 1621 # similar. In addition, the `ucdef' and `ucset' functions take the name
1622 # of the array element as parameters, not the element itself. 1622 # of the array element as parameters, not the element itself.
1623 local -a url 1623 local -a url