Handle without-pull in sys/user and install-su

This commit is contained in:
pancake 2017-10-20 03:21:03 +02:00
parent ef2965d3f8
commit 149f4b61de
2 changed files with 3 additions and 1 deletions

View File

@ -25,8 +25,9 @@ if [ "$1" != "--without-pull" ]; then
echo "WARNING: Updating from remote repository"
echo git pull
fi
fi # wat ?
fi
else
export WITHOUT_PULL=1
shift
fi

View File

@ -17,6 +17,7 @@ if [ "$1" != "--without-pull" ]; then
fi
fi
else
export WITHOUT_PULL=1
shift
fi