Skip to content

Commit a4840c8

Browse files
committed
Modify OS/X Darin test to actually work, (no $template)
1 parent 30e2c42 commit a4840c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/install-sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# install - install a program, script, or datafile
33

4-
# $PostgreSQL: pgsql/config/install-sh,v 1.5 2007/11/10 16:15:23 momjian Exp $
4+
# $PostgreSQL: pgsql/config/install-sh,v 1.6 2007/11/13 18:15:01 momjian Exp $
55

66
scriptversion=2005-02-02.21
77

@@ -59,7 +59,7 @@ chgrpprog="${CHGRPPROG-chgrp}"
5959
# Darwin normal strip removes symbols from shared libraries
6060
# that are later needed for dynamic linking, so use strip -x.
6161
# http://archives.postgresql.org/pgsql-hackers/2007-10/msg01470.php
62-
if test "$template" = "darwin"
62+
if test expr "`uname -a`" : 'Darwin' -ne 0
6363
then stripprog="${STRIPPROG-strip -x}"
6464
else stripprog="${STRIPPROG-strip}"
6565
fi

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy