From 25940111e8ace733d0b0ae7856e48453818003a1 Mon Sep 17 00:00:00 2001 From: was4444 Date: Mon, 4 Jan 2016 18:42:40 +0800 Subject: [PATCH] fix wrong syntax --- completion/available/system.completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/available/system.completion.bash b/completion/available/system.completion.bash index b13121d7..d3076593 100644 --- a/completion/available/system.completion.bash +++ b/completion/available/system.completion.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -if [ -f /etc/bash_completion ]; +if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi