Skip to content

Commit

Permalink
Correct c2670e1 to implement #16
Browse files Browse the repository at this point in the history
  • Loading branch information
lentendu committed Mar 7, 2018
1 parent c2670e1 commit 6b09319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deltamp.main
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ fi
if [ ! -z $DELTAMP_ACCOUNT ]
then
sed 's/QUEUE_SUB/QUEUE_SUB QUEUE_ACCOUNT $DELTAMP_ACCOUNT/' $SUBPROJECT/config/steps.final > $SUBPROJECT/config/steps.final.tmp && mv $SUBPROJECT/config/steps.final.tmp $SUBPROJECT/config/steps.final
else
fi

# Save variables about previous SUBPROJECT
comm -23 <(set -o posix; set | sort) <(sort /tmp/amp.$STIME.set) | tr "=" "\t" | grep -v "^[a-z]" | grep -P -v "^PWD\t" | sed "s/'//g" > $SUBPROJECT/config/prev.txt
Expand Down

0 comments on commit 6b09319

Please sign in to comment.