diff options
-rwxr-xr-x | bollux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index 60d3824..668930e 100755 --- a/bollux +++ b/bollux | |||
@@ -455,7 +455,7 @@ usplit() { # usplit URL_ARRAY<name> URL | |||
455 | # Join a URL array, split with `usplit', back into a string, assigning | 455 | # Join a URL array, split with `usplit', back into a string, assigning |
456 | # it to the 0th element of the array. | 456 | # it to the 0th element of the array. |
457 | ujoin() { # ujoin URL_ARRAY<name> | 457 | ujoin() { # ujoin URL_ARRAY<name> |
458 | # Here's the documentation for the '-n' flag: | 458 | # Here's the documentation for local's '-n' flag: |
459 | # | 459 | # |
460 | # Give each name the nameref attribute, making it a name reference | 460 | # Give each name the nameref attribute, making it a name reference |
461 | # to another variable. That other variable is defined by the value of | 461 | # to another variable. That other variable is defined by the value of |