summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2021-12-15 13:29:03 +0100
committerPetr Vorel <pvorel@suse.cz>2021-12-15 13:29:58 +0100
commit64821f84ae6416c05ef7c11e519dc9695628c6fb (patch)
treea477b1e272be4f62b7b3b2fdf47b4473fe40f2d9 /configure
parentf4da23e6db61aa1f4ccef584871592360e60ee02 (diff)
downloadiputils-64821f84ae6416c05ef7c11e519dc9695628c6fb.tar.gz
configure: Fix variable expansion in output
Fixes: f4da23e ("configure: Print the directory used for build output") Signed-off-by: Petr Vorel <pvorel@suse.cz>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 17ada91..a98a8a2 100755
--- a/configure
+++ b/configure
@@ -9,7 +9,7 @@ if [ $# -ne 0 ]; then
meson configure $DIR
echo
echo 'Configuration can be changed like this:'
- echo ' meson configure $DIR -Dprefix=/usr'
+ 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