diff --git a/bootstrap.sh b/bootstrap.sh index 8ca4573..054d967 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,7 +18,7 @@ TARGET='/usr/local/sbin' cd "${ROOT}/${COMMANDS}" \ || exit for file in *.sh ; do - cp "${file}" "${TARGET}" \ + cp "${file}" "${TARGET}/${file%.sh}" \ || exit done