summaryrefslogtreecommitdiffstats
path: root/bash-completion/losetup
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/losetup')
-rw-r--r--bash-completion/losetup1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/losetup b/bash-completion/losetup
index 75240b8c9..874c549ae 100644
--- a/bash-completion/losetup
+++ b/bash-completion/losetup
@@ -60,6 +60,7 @@ _losetup_module()
return 0
;;
esac
+ local IFS=$'\n'
compopt -o filenames
COMPREPLY=( $(compgen -f -- $cur) )
return 0