Fix typo in comment regarding symlink flags in autogen.sh

This commit is contained in:
ydah 2025-08-05 21:44:13 +09:00 committed by Yudai Takada
parent f3206cc79b
commit 7aa0e09bfe

View file

@ -10,7 +10,7 @@ case "$0" in
* ) srcdir="";; # Otherwise
esac
# If install-only is explicitly requested, disbale symlink flags
# If install-only is explicitly requested, disable symlink flags
case " $* " in
*" -i "* | *" --install"* ) symlink_flags="" ;;
* ) symlink_flags="--install --symlink" ;;