summaryrefslogtreecommitdiffstats
path: root/bash-completion/zramctl
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/zramctl')
-rw-r--r--bash-completion/zramctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/zramctl b/bash-completion/zramctl
index 8c7767ce0..672d8102a 100644
--- a/bash-completion/zramctl
+++ b/bash-completion/zramctl
@@ -18,7 +18,7 @@ _zramctl_module()
MIGRATED MOUNTPOINT"
for WORD in $OUTPUT_ALL; do
if ! [[ $prefix == *"$WORD"* ]]; then
- OUTPUT="$WORD $OUTPUT"
+ OUTPUT="$WORD ${OUTPUT:-""}"
fi
done
compopt -o nospace