space vs tabs and trailing white spaces

This commit is contained in:
Daniel Jakots 2017-05-20 22:11:48 -04:00
parent f8be2842f3
commit 0356d31d9e

View file

@ -160,7 +160,7 @@ fromcsr() {
echo echo
if [ ! -e $path ]; then if [ ! -e $path ]; then
echo "Error in path..." >&2 echo "Error in path..." >&2
echo >&2 echo >&2
echo "Press return to continue..." >&2 echo "Press return to continue..." >&2
read REPLY read REPLY