Skip to content

Commit

Permalink
chmod -- doesn't work on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetdsouza committed May 10, 2024
1 parent 1cb6312 commit ae33940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ main() {
# Install binary.
ensure try_sudo mkdir -p -- "${BIN_DIR}"
ensure try_sudo cp -- "${_bin_name}" "${BIN_DIR}/${_bin_name}"
ensure try_sudo chmod +x -- "${BIN_DIR}/${_bin_name}"
ensure try_sudo chmod +x "${BIN_DIR}/${_bin_name}"
echo "Installed zoxide to ${BIN_DIR}"

# Install manpages.
Expand Down

0 comments on commit ae33940

Please sign in to comment.