Skip to content
Snippets Groups Projects
Commit 9259e6e3 authored by RIETTE Sébastien's avatar RIETTE Sébastien
Browse files

S. Riette 29 Nov 2023: BF wrong position of argument to call prep_code.sh

parent 103e67b0
Branches
Tags
No related merge requests found
...@@ -368,9 +368,9 @@ if [ $packcreation -eq 1 ]; then ...@@ -368,9 +368,9 @@ if [ $packcreation -eq 1 ]; then
if [ "$fromdir" == '' ]; then if [ "$fromdir" == '' ]; then
echo "Clone repository, and checkout commit $commit (using prep_code.sh)" echo "Clone repository, and checkout commit $commit (using prep_code.sh)"
if [[ $commit == testprogs${separator}* ]]; then if [[ $commit == testprogs${separator}* ]]; then
PATH=$UPDATEDPATH prep_code.sh -c --pyft_opts_env PYFT_OPTS $commit src #This commit is ready for inclusion PATH=$UPDATEDPATH prep_code.sh --pyft_opts_env PYFT_OPTS -c $commit src #This commit is ready for inclusion
else else
PATH=$UPDATEDPATH prep_code.sh -c --pyft_opts_env PYFT_OPTS $commit $expand_options $subs -m testprogs src PATH=$UPDATEDPATH prep_code.sh --pyft_opts_env PYFT_OPTS -c $commit $expand_options $subs -m testprogs src
fi fi
else else
echo "Copy $fromdir" echo "Copy $fromdir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment