From 2af247a29b35545e21f1a9c63c7cdece9531704e Mon Sep 17 00:00:00 2001 From: Markus Kauppila Date: Sat, 6 Aug 2011 21:53:22 +0300 Subject: [PATCH] Fixed typos. --- test/test-automation/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-automation/configure.ac b/test/test-automation/configure.ac index abb92a2bd..5df085b1e 100644 --- a/test/test-automation/configure.ac +++ b/test/test-automation/configure.ac @@ -49,4 +49,4 @@ echo "" echo "========================================" echo "" echo "./configure ready!" -echo "you're ready to run: 'make' && 'sudo make install'" +echo "you're ready to run: 'make && sudo make install'"