Skip to content

Commit

Permalink
testc.sh: fix -f
Browse files Browse the repository at this point in the history
git-svn-id: http://perl-compiler.googlecode.com/svn/trunk@492 ed534f1a-1453-0410-ab30-dfc593a8b23c
  • Loading branch information
Reini Urban committed Jul 30, 2010
1 parent 77d1a21 commit d944d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/testc.sh
Expand Up @@ -338,7 +338,7 @@ do
fi
if [ "$opt" = "O" ]; then OPTIM="$OPTARG"; fi
if [ "$opt" = "f" ]; then
OCMD=$(echo $OCMDO1|sed -e "s/,-O1,/,-f$OPTARG,/")
OCMD="$(echo $OCMD|sed -e "s/C,/C,-f$OPTARG,/")"
fi
if [ "$opt" = "a" ]; then # replace -Du, by -Do
OCMD="$(echo $OCMD|sed -r -e 's/(-D.*)u,/\1o,/')"
Expand Down

0 comments on commit d944d02

Please sign in to comment.