bosmanoglu / adore-doris

Automated DORIS Environment (adore) is a set of bash scripts to ease use of TU-DELFT's DORIS software.
GNU General Public License v2.0
14 stars 7 forks source link

readlink -e fails on MacOsX #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
oceanLCD$ adore -i -u 051016-080727.set
readlink: illegal option -- e
usage: readlink [-n] [-f] symlink [...]
User Settings File:
/opt/local/adore/scr/fun/initialize: line 20: source: filename argument 
required
source: usage: source filename [arguments]
projectFolder is set to ".". Use with caution. In general your data should 
be located at projectFolder/data
It seems like dataFolder and/or projectFolder is not set correctly.
It seems like dataFile and/or master is not set correctly. Please set the 
SLC file pattern(dataFile).
It seems like slave is not set correctly. Please set the SLC file pattern.
runName is set to "default"
Any batch processing results (baselines, singleMasterStack) will be under 
./process/default
dataFolder does not exist. Please set dataFolder. Current Setting: ./data
ADORE: 
What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by batuhan.osmanoglu@gmail.com on 12 Apr 2010 at 6:44

GoogleCodeExporter commented 9 years ago
This is fixed in latest Revision (Rev. 96) by introducing a new function called 
canonicalPath() to replace readlink.

Original comment by batuhan.osmanoglu@gmail.com on 13 Apr 2010 at 7:49