Commit 2cccf7af51f09963af1eaaa2a92dd30a53fee0e4
Fix a typo in scripts/bash-completion
In a comment, so no functional changes.
Author: xaizek
Author date (UTC): 2026-08-02 14:27
Committer name: xaizek
Committer date (UTC): 2026-08-02 14:27
Parent(s): 3deef782f7751ad43992adc24040a1d6a2bf80db
Signing key: 99DC5E4DB05F6BE2
Tree: 97b89e3e7a89204c2e12f363fe2e864b54c844b8
| File scripts/bash-completion changed (mode: 100755) (index 1f8606f..f42d37f) |
| ... |
... |
function _dit() |
| 10 |
10 |
local cur="${args[-1]}" |
local cur="${args[-1]}" |
| 11 |
11 |
cur="${cur:0:-10}" |
cur="${cur:0:-10}" |
| 12 |
12 |
|
|
| 13 |
|
# do not innsert trailing space |
|
|
13 |
|
# do not insert trailing space |
| 14 |
14 |
compopt -o nospace |
compopt -o nospace |
| 15 |
15 |
|
|
| 16 |
16 |
if [ "${COMP_LINE:$(( $COMP_POINT - 1 ))}" = '=' ]; then |
if [ "${COMP_LINE:$(( $COMP_POINT - 1 ))}" = '=' ]; then |