diff --git a/infrastructure/build/libtool b/infrastructure/build/libtool index 3a0cba84b5c..370a0742411 100755 --- a/infrastructure/build/libtool +++ b/infrastructure/build/libtool @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $OpenBSD: libtool,v 1.115 2009/11/15 21:51:59 steven Exp $ +# $OpenBSD: libtool,v 1.116 2009/11/15 22:05:36 steven Exp $ # Copyright (c) 2007-2009 Steven Mestdagh # @@ -1159,7 +1159,7 @@ while (@ARGV) { if ($ARGV[0] =~ m/^\-/) { last; } my $arg = shift @ARGV; push @$ltprog, $arg; - Trace::debug {" arg = \"$arg\"\n"}; + Trace::debug {"arg = \"$arg\"\n"}; # if the current argument is an install program, stop immediately if ($arg =~ /cp$/) { last; } if ($arg =~ /install([-.]sh)?$/) { last; }