Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e2c42 commit a4840c8Copy full SHA for a4840c8
config/install-sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
# install - install a program, script, or datafile
3
4
-# $PostgreSQL: pgsql/config/install-sh,v 1.5 2007/11/10 16:15:23 momjian Exp $
+# $PostgreSQL: pgsql/config/install-sh,v 1.6 2007/11/13 18:15:01 momjian Exp $
5
6
scriptversion=2005-02-02.21
7
@@ -59,7 +59,7 @@ chgrpprog="${CHGRPPROG-chgrp}"
59
# Darwin normal strip removes symbols from shared libraries
60
# that are later needed for dynamic linking, so use strip -x.
61
# http://archives.postgresql.org/pgsql-hackers/2007-10/msg01470.php
62
-if test "$template" = "darwin"
+if test expr "`uname -a`" : 'Darwin' -ne 0
63
then stripprog="${STRIPPROG-strip -x}"
64
else stripprog="${STRIPPROG-strip}"
65
fi
0 commit comments