1
0
Fork 0
mirror of synced 2024-06-19 23:41:10 -04:00

Removed stray debug message

This commit is contained in:
The Aviator 2015-05-31 02:22:14 -04:00
parent ec2c6016ae
commit 643e1b955f

View file

@ -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