Skip to content
Snippets Groups Projects
Commit a27677eb authored by Ignacio Pisso's avatar Ignacio Pisso
Browse files

definitions J had old variable name

parent a87568a2
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@
# J 1 -- CBLFLAG fwd
suffix=_CBLFLAG
options_new=options$suffix
cp -r options $options_new
cp -r $options_template $options_new
sed -i "/CBLFLAG=/c\ CBLFLAG= 1," $options_new/COMMAND
# J 2 -- CBLFLAG bwd
suffix=_CBLFLAG_bwd
options_new=options$suffix
cp -r options $options_new
cp -r $options_template $options_new
sed -i "/CBLFLAG=/c\ CBLFLAG= 1," $options_new/COMMAND
sed -i "/LDIRECT=/c\ LDIRECT= -1," $options_new/COMMAND
sed -i "/IOUTPUTFOREACHRELEASE=/c\ IOUTPUTFOREACHRELEASE= 1," $options_new/COMMAND
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment