Testing broken read

This commit is contained in:
David Todd (c0de) 2018-05-16 21:59:13 -05:00
parent 974e1e8ed1
commit 893696c955

View File

@ -40,7 +40,7 @@ function symlink() {
echo "Please ensure that the following packages are installed and available in your PATH before proceeding:" echo "Please ensure that the following packages are installed and available in your PATH before proceeding:"
echo "tmux, vim, zsh, curl, git" echo "tmux, vim, zsh, curl, git"
read -p "Press enter to continue. " WAIT_FOR_INPUT #read -p "Press enter to continue. " WAIT_FOR_INPUT
if ! which git >>/dev/null ; then if ! which git >>/dev/null ; then
echo "Error: git is not installed" echo "Error: git is not installed"