Restore $command

This commit is contained in:
Tom Eastep 2011-05-11 16:41:01 -07:00
parent 13cac52d89
commit a6aa41f7ca

View File

@ -305,7 +305,7 @@ compiler() {
else
PERL5LIB=$g_perllib
export PERL5LIB
$PERL $debugflags $pc $options $@
$command $PERL $debugflags $pc $options $@
fi
}