My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 1: ecalibrate only check if the file exits once
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  esanz...@gmail.com
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

Powered by Google Project Hosting