summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-08-02 21:43:37 +0000
committerZeev Suraski <zeev@php.net>1999-08-02 21:43:37 +0000
commit1207465e5922e677e97e964de71e87a7cda79e54 (patch)
tree49fb7993b91ebda2849dc6ce2d886ae31b14e9aa /buildconf
parent5d10addd01b521d2941fa62f6577d77578641d65 (diff)
downloadphp-git-1207465e5922e677e97e964de71e87a7cda79e54.tar.gz
This should sort the buildconf bug...
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 1524dfff55..4ea8b51d95 100755
--- a/buildconf
+++ b/buildconf
@@ -1,5 +1,7 @@
#!/bin/sh
+supplied_flag=$1
+
# do some version checking for the tools we use
if test "$1" = "--force"; then
shift
@@ -67,7 +69,7 @@ else
touch buildconf.stamp
fi
-if test "$1" = "--copy"; then
+if test "$supplied_flag" = "--copy"; then
automake_flags=--copy
fi