Skip to content

Commit

Permalink
improve comments
Browse files Browse the repository at this point in the history
git-svn-id: http://perl-compiler.googlecode.com/svn/trunk@82 ed534f1a-1453-0410-ab30-dfc593a8b23c
  • Loading branch information
Reini Urban committed Dec 6, 2009
1 parent 2d21ada commit d6e52e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions t/testc.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#!/bin/bash
# Beware that now the order of args -c -D -B is hardcoded
# Beware that the order of OPTIONS -q -c -D -B is hardcoded.
# t/testc.sh -c -D u,-q -B static 2>&1 |tee c.log|grep FAIL
#
# use the actual perl from the Makefile (perl5.8.8,
# perl5.10.0d-nt, perl5.11.0, ...)
PERL=`grep "^PERL =" Makefile|cut -c8-`
PERL=${PERL:-perl}
# if $] < 5.9 you may want to remove -Mblib
# OCMD="$PERL -Mblib -MO=C,-DcACMSG,"
# if $] < 5.9 you may want to remove -Mblib for testing the core lib
#Mblib="`$PERL -e'print (($] < 5.009005) ? q() : q(-Mblib))'`"
Mblib="-Mblib" # B::C is now fully 5.6+5.8 backwards compatible
if [ -z $Mblib ]; then VERS="${VERS}_global"; fi
Expand Down

0 comments on commit d6e52e3

Please sign in to comment.