-
- Downloads
build_lofar: lofar_prefix properly in init.sh, no arg parsing in config
It was a bad idea to have the config snipped take $1 for lofar_prefix, or anything. Since we source the same code again in init.sh, no references to the build_lofar.sh command line are allowed. The config needs to be self-contained in that respect. So the build_lofar.sh script now has the prefix always as first mandatory argument itself, and optionally the config file to use as second.
Please register or sign in to comment