mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
Fix typo in comment regarding symlink flags in autogen.sh
This commit is contained in:
parent
f3206cc79b
commit
7aa0e09bfe
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ case "$0" in
|
||||||
* ) srcdir="";; # Otherwise
|
* ) srcdir="";; # Otherwise
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# If install-only is explicitly requested, disbale symlink flags
|
# If install-only is explicitly requested, disable symlink flags
|
||||||
case " $* " in
|
case " $* " in
|
||||||
*" -i "* | *" --install"* ) symlink_flags="" ;;
|
*" -i "* | *" --install"* ) symlink_flags="" ;;
|
||||||
* ) symlink_flags="--install --symlink" ;;
|
* ) symlink_flags="--install --symlink" ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue