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 6832927 commit 4ea3210Copy full SHA for 4ea3210
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.6 2007/11/13 18:15:01 momjian Exp $
+# $PostgreSQL: pgsql/config/install-sh,v 1.7 2007/11/13 18:50:54 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 expr "`uname -a`" : 'Darwin' -ne 0
+if test `expr "\`uname -a\`" : 'Darwin'` -ne 0
63
then stripprog="${STRIPPROG-strip -x}"
64
else stripprog="${STRIPPROG-strip}"
65
fi
0 commit comments