Skip to content

Commit 24a70a8

Browse files
committed
Allow weird directory names
1 parent ab7a618 commit 24a70a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_popcorn.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if [ -e "$git_dir"/config ]; then
6969
fi
7070
if [ "$clone_repo" = "True" ]; then
7171
echo "Cloning Popcorn Time"
72-
read -r -p "Where do you wish to clone Popcorn Time to? [popcorn] " dir
72+
read -p "Where do you wish to clone Popcorn Time to? [popcorn] " dir
7373
if [ -z "$dir" ]; then
7474
dir='popcorn'
7575
elif [ "$dir" = "/" ]; then

0 commit comments

Comments
 (0)