Removed stray debug message
This commit is contained in:
parent
ec2c6016ae
commit
643e1b955f
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ for item in ${paths[*]}
|
|||
do
|
||||
fullname="${item/\~/$HOME}"
|
||||
if [ -f $fullname ] || [ -d $fullname ]; then
|
||||
echoerr "Found one!"
|
||||
moveon=0;
|
||||
until (( $moveon )); do
|
||||
read -p "I found ${item}, do you want to DotBot it? (Y/n) " answer
|
||||
|
|
Loading…
Reference in a new issue