summaryrefslogtreecommitdiffstats
path: root/contrib/perl5
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-10-01 19:16:20 +0000
committermarkm <markm@FreeBSD.org>1998-10-01 19:16:20 +0000
commiteac014cf496d252f25f9d966c2e0b247e6c53ffe (patch)
treea3320634dfe3697a513161dfa1902f0a80d3bd16 /contrib/perl5
parentca4a8b6a69ff8533621c0f476d2a4e644ed5c711 (diff)
downloadFreeBSD-src-eac014cf496d252f25f9d966c2e0b247e6c53ffe.zip
FreeBSD-src-eac014cf496d252f25f9d966c2e0b247e6c53ffe.tar.gz
Whitespace cleanup. Probable patch cut 'n paste.
Diffstat (limited to 'contrib/perl5')
-rw-r--r--contrib/perl5/hints/freebsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/hints/freebsd.sh b/contrib/perl5/hints/freebsd.sh
index 5ed604a..28c77ff 100644
--- a/contrib/perl5/hints/freebsd.sh
+++ b/contrib/perl5/hints/freebsd.sh
@@ -100,7 +100,7 @@ case "$osvers" in
0.*|1.0*) ;;
# allow a 2.2.* a.out --> 3.0 ELF to work.
-2.2*) objformat=`objformat`
+2.2*) objformat=`objformat`
if [ x$objformat = xelf ]; then
libpth="/usr/lib /usr/local/lib"
glibpth="/usr/lib /usr/local/lib"
OpenPOWER on IntegriCloud