diff options
| -rw-r--r-- | tools/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh index d9bf225f21b80..f89d73a5d36f5 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -39,4 +39,4 @@ while [ ! -z $1 ]; do done # the remaining arguments are assumed to be files/dirs only. -exec install -C -p $* +exec install -c -p $* |
