summaryrefslogtreecommitdiff
path: root/hints/posix-bc.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-24 08:54:13 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-24 08:54:13 +0000
commitc8c28942eb5dd6e9c772ac6dce0a150519170f2c (patch)
tree6eb7e9160c3c8f6322cf090ba33512634da13e00 /hints/posix-bc.sh
parent1d94a06f324a7780ceae13417507dd108f113ec9 (diff)
downloadperl-c8c28942eb5dd6e9c772ac6dce0a150519170f2c.tar.gz
POSIX-BC patch from Thomas Dorner.
p4raw-id: //depot/perl@20195
Diffstat (limited to 'hints/posix-bc.sh')
-rw-r--r--hints/posix-bc.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/hints/posix-bc.sh b/hints/posix-bc.sh
index 683bbccaff..006323fd25 100644
--- a/hints/posix-bc.sh
+++ b/hints/posix-bc.sh
@@ -9,7 +9,7 @@
# the appropriate -D option.
# remove this line if dynamic libraries are working for you:
-bs2000_ignoredl='y'
+ bs2000_ignoredl='y'
# To get ANSI C, we need to use c89
# You can override this with Configure -Dcc=gcc
@@ -64,9 +64,9 @@ cat > $bs2000_ld <<EOF
#
# Perl's wrapper for genso by Thomas.Dorner@start.de
-GENSO=/usr/bin/genso
-options=""
-params=""
+ GENSO=/usr/bin/genso
+ options=""
+ params=""
while [[ \$# -gt 0 ]]; do
case \$1 in
-K)
@@ -169,4 +169,3 @@ esac
#case "$ldlibpthname" in
#'') ldlibpthname=LIBPATH ;;
#esac
-