mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-23 22:42:26 +08:00
fixed #750
This commit is contained in:
parent
71a4718ddd
commit
8b1745224e
@ -11,6 +11,7 @@
|
||||
- meson-0.59.0
|
||||
|
||||
## Изменения
|
||||
- [Исправлено #750](https://github.com/Linux4Yourself/book/pull/750)
|
||||
- [Исправлено #694](https://github.com/Linux4Yourself/book/pull/694)
|
||||
- [Исправлено #752](https://github.com/Linux4Yourself/book/pull/752)
|
||||
- [Исправлено #746](https://github.com/Linux4Yourself/book/pull/746)
|
||||
|
@ -17,7 +17,7 @@ bison --version | head -n1
|
||||
if [ -h /usr/bin/yacc ]; then
|
||||
echo "/usr/bin/yacc -> `readlink -f /usr/bin/yacc`";
|
||||
elif [ -x /usr/bin/yacc ]; then
|
||||
echo yacc is `/usr/bin/yacc --version | head -n1`
|
||||
echo yacc is `/usr/bin/yacc --V | head -n1`
|
||||
else
|
||||
echo "yacc not found"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user