summaryrefslogtreecommitdiff
path: root/lib/install-sh
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2002-06-27 08:46:45 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2002-06-27 08:46:45 +0000
commite76722fa3387efebfc56dbb9b0088497da294113 (patch)
tree4cf0d4584b5c5faf215763aee6cf9e070486c9b0 /lib/install-sh
parent85953e2688884aeb1b527ed0ece587e2f77f8d33 (diff)
downloadautomake-e76722fa3387efebfc56dbb9b0088497da294113.tar.gz
* Makefile.am (fetch): Fetch install-sh from Autoconf CVS.
* lib/config.sub, lib/install-sh: New upstream versions.
Diffstat (limited to 'lib/install-sh')
-rwxr-xr-xlib/install-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/install-sh b/lib/install-sh
index 398a88e14..11870f1b0 100755
--- a/lib/install-sh
+++ b/lib/install-sh
@@ -128,7 +128,7 @@ else
# might cause directories to be created, which would be especially bad
# if $src (and thus $dsttmp) contains '*'.
- if [ -f $src -o -d $src ]
+ if [ -f "$src" ] || [ -d "$src" ]
then
:
else