Fixed formatting in bash completion.

From spaces to tabs.
This commit is contained in:
Marcus Whybrow 2012-07-11 07:25:58 +01:00
parent 10c994fc59
commit f7f944517b

View File

@ -248,10 +248,10 @@ _msm() {
fi
;;
config)
if [[ $COMP_CWORD == 3 ]]; then
options="$(more $SERVER_CONF | sed 's/=.*$//' | grep -v '#')";
fi
;;
if [[ $COMP_CWORD == 3 ]]; then
options="$(more "$SERVER_CONF" | sed 's/=.*$//' | grep -v '#')";
fi
;;
esac
fi