Skip to content

Commit

Permalink
fixup! Small mistake in prefix access test
Browse files Browse the repository at this point in the history
  • Loading branch information
map588 committed Feb 17, 2025
1 parent 8fa4e31 commit 33e88e1
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 @@ -60,7 +60,7 @@ check_install_prefix(){
if [ "$requires_sudo" = true ]
then
test_dir=$(mktemp -d -t cb-test-XXXXXXXXXX)
cd test_dir
cd "$test_dir"
touch test
if ! sudo mv test "$sudo_prefix" >/dev/null 2>&1
then
Expand Down

0 comments on commit 33e88e1

Please sign in to comment.