Merge commit '890b1ac0689984cb6bc4638cc2aa8ec869d14f91'

This commit is contained in:
px4dev
2013-01-06 01:55:37 -08:00
+6 -2
View File
@@ -86,8 +86,12 @@ dodep ()
fi
done
if [ -z "$fullpath" ]; then
echo "# ERROR: No readable file for $1 found at any location"
show_usage
if [ -r $1 ]; then
fullpath=$1
else
echo "# ERROR: No readable file for $1 found at any location"
show_usage
fi
fi
fi