aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/touch.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/touch.fish')
-rw-r--r--share/completions/touch.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/touch.fish b/share/completions/touch.fish
index 62f54f16..96e31ce5 100644
--- a/share/completions/touch.fish
+++ b/share/completions/touch.fish
@@ -1,4 +1,4 @@
-if touch --version ^ /dev/null # GNU
+if touch --version ^ /dev/null > /dev/null # GNU
complete -c touch -s a --description "Change access time"
complete -c touch -s B -l backward -x --description "Set date back"
complete -c touch -s c -l no-create --description "Do not create file"