EOSC-LOFAR / prefactor-cwl

CWL version of prefactor
MIT License
3 stars 3 forks source link

Make fails #10

Closed tammojan closed 5 years ago

tammojan commented 6 years ago
prefactor-cwl git:(master) make no-singularity
for i in `ls steps/*.in`; do sed 's/CMD_PREFIX//g' $i> ${i:0:-3}; done
bash: -3: substring expression < 0
bash: -3: substring expression < 0
bash: -3: substring expression < 0
bash: -3: substring expression < 0
bash: -3: substring expression < 0
bash: -3: substring expression < 0
bash: -3: substring expression < 0
bash: -3: substring expression < 0
bash: -3: substring expression < 0
bash: -3: substring expression < 0
bash: -3: substring expression < 0
make: *** [no-singularity] Error 1
mr-c commented 6 years ago

Cool. What is your operating system and version of BASH?

tammojan commented 6 years ago

macos 10.13.2, bash 3.2.57(1)

mr-c commented 5 years ago

@tammojan Was this fixed for you?

tammojan commented 5 years ago

Well, the option make no-singularity disappeared, so at least I cannot reproduce it anymore. A normal make works now.