Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install-cow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ while true; do
break
fi
if [ ! -d $install_dir ]; then
echo "Directory $install_dir does not exists"
echo "Directory $install_dir does not exist"
else
break
fi
done

# Ask OS X user whehter to start COW upon login
# Ask OS X user whether to start COW upon login
start_on_login="n"
if [ $os == "mac" ]; then
while true; do
Expand Down