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 d9bf225..f89d73a 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 $* |