spacing
This commit is contained in:
parent
d343c92dff
commit
218487feca
@ -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 <steven@openbsd.org>
|
||||
#
|
||||
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user