Issue 1: ecalibrate only check if the file exits once
Status:  Fixed
Owner:
Closed:  Mar 2008
Project Member Reported by esanz...@gmail.com, Feb 12, 2008
What steps will reproduce the problem?
1. give wrong name when asked for a map
2. give an empty name when asked the second time
3. crash

What is the expected output?
It should continue asking for an existing map

What do you see instead?
Asked only once


Please use labels and text to provide additional information.

 
Mar 13, 2008
Project Member #1 esanz...@gmail.com
Fixed: I added quotes: "$NAME" instead of SNAME
[ -e $NAME ] fails  when $NAME is empty
[ -e "$NAME" ] don't fail when $NAME is empty
Status: Fixed