We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7a618 commit 24a70a8Copy full SHA for 24a70a8
make_popcorn.sh
@@ -69,7 +69,7 @@ if [ -e "$git_dir"/config ]; then
69
fi
70
if [ "$clone_repo" = "True" ]; then
71
echo "Cloning Popcorn Time"
72
- read -r -p "Where do you wish to clone Popcorn Time to? [popcorn] " dir
+ read -p "Where do you wish to clone Popcorn Time to? [popcorn] " dir
73
if [ -z "$dir" ]; then
74
dir='popcorn'
75
elif [ "$dir" = "/" ]; then
0 commit comments