Pallavi-Banerjee21 / votca

Automatically exported from code.google.com/p/votca
0 stars 0 forks source link

sed call in do_extern (functions_common.sh) does not expect a script with arguments #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. internal calls using do_external: arguments will trouble sed

What is the expected output? What do you see instead?
no warning message - warning message

Please see
http://code.google.com/p/votca/source/browse/share/scripts/inverse/functions_com
mon.sh?repo=csg#158

The sed command looks for a script  $script. However, if $script takes 
arguments, e.g. 'table_combine.pl --op =', sed will not find the file.

Original issue reported on code.google.com by konstantin.koschke on 27 Oct 2011 at 10:37

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 9a18ebfd5554.

Original comment by christop...@gmail.com on 1 Nov 2011 at 3:26