Merge pull request #636 from was4444/patch-1

fix syntax mistake
This commit is contained in:
Nils Winkler
2016-01-04 11:44:16 +01:00

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
if [ -f /etc/bash_completion ];
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi