Skip to content

Commit 1fe617c

Browse files
author
luisonig
committed
Little bug fixes.
git-svn-id: svn://powhegbox.mib.infn.it/trunk/POWHEG-BOX@2254 9e129b38-c2c0-4eec-9301-dc54fda404de
1 parent fd24121 commit 1fe617c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

GoSamStuff/BuildGS.sh

+6-4
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ then
186186
echo "-pwhg_gosam.f "
187187
echo "was copied from the 'GoSamStuff/Templates' folder "
188188
echo " "
189-
echo "Please before compile generate a standalone version of "
190-
echo "the virtual code. "
189+
echo "Please before compiling generate a standalone version "
190+
echo "of the virtual code. "
191191
echo "*******************************************************"
192192
exit
193193
fi
@@ -261,8 +261,10 @@ then
261261
cp -f $GOSAMDIR/gosam.rc $GOSAMLIBDIR/gosam.rc
262262
cp -f $GOSAMDIR/orderfile.lh $GOSAMLIBDIR/orderfile.lh
263263
cp -f $GOSAMDIR/orderfile.olc $GOSAMLIBDIR/orderfile.olc
264-
cp -f $GOSAMDIR/filter.py $GOSAMLIBDIR/filter.py
265-
264+
if [ -f $GOSAMDIR/filter.py ]
265+
then
266+
cp -f $GOSAMDIR/filter.py $GOSAMLIBDIR/filter.py
267+
fi
266268
else
267269
echo "*******************************************************"
268270
echo "The program 'makedepf90' was not found on your machine."

0 commit comments

Comments
 (0)