Skip to content

Commit

Permalink
fix smb2 : permission denied: ./bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
debugly committed Dec 31, 2024
1 parent 32ca935 commit f464334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do-compile/smb2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if [[ -f 'configure' ]]; then
echo "reuse configure"
else
echo "auto generate configure"
./bootstrap >/dev/null
autoreconf -if >/dev/null
fi

echo
Expand Down

0 comments on commit f464334

Please sign in to comment.