X-Git-Url: https://iankelling.org/git/?p=log-quiet;a=blobdiff_plain;f=setup;fp=setup;h=9044d45f6ac8d392e2a3c7c10b06f5e4a09c5009;hp=5897f56f69b6906e6545c7196a16c7db1fef7899;hb=5f3c302e1c06c5ff8e8b8d88dcc6d9699ebedb6d;hpb=559cd04634ae77a27b830c811c38f240993c1775 diff --git a/setup b/setup index 5897f56..9044d45 100755 --- a/setup +++ b/setup @@ -67,6 +67,6 @@ else if $dry; then echo "setup dry run: install ${files[*]} /usr/local/bin" else - install ${files[@]} /usr/local/bin + install -C ${files[@]} /usr/local/bin fi fi