Fix source command

This commit is contained in:
maride 2017-09-02 16:19:21 +02:00
parent 4c4b8b624c
commit 928df65190

View File

@ -61,7 +61,7 @@ do
if [ "$answer" == "y" ] || [ "$answer" == "Y" ]; then if [ "$answer" == "y" ] || [ "$answer" == "Y" ]; then
echo "=> Running flavour '$flavour'..." echo "=> Running flavour '$flavour'..."
pushd $flavour pushd $flavour
source install.sh source ./install.sh
if [ "$amf_return" -ne 0 ]; then if [ "$amf_return" -ne 0 ]; then
echo "=> Flavour failed. :(" echo "=> Flavour failed. :("
fi fi