/
githubmirror
/
iputils
Обзор
Документация
Войти
/
githubmirror
/
iputils
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
20211215
configure
17 строк
370 B
Petr Vorel
configure: Fix variable expansion in output
15 дек 2021, 15:29
Не верифицирован
15 дек 2021, 15:29
64821f8
Код
Авторство
О чём код?
#!/bin/sh DIR=builddir echo "Using './$DIR' as the directory for build output" echo if [ $# -ne 0 ]; then meson configure $DIR echo echo 'Configuration can be changed like this:' echo " meson configure $DIR -Dprefix=/usr" echo ' More info: http://mesonbuild.com/Configuring-a-build-directory.html' # See also: http://mesonbuild.com/howtox.html fi meson $DIR