From 6195d547456b3484c519c3d7c240bdfa8e6f3cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Ignacio=20Aramend=C3=ADa?= Date: Mon, 3 Oct 2011 21:48:37 -0300 Subject: [PATCH] Fixed quotation on PREFIX variable - First attempt of a functional agnostic installer for GH-#111 WARNING: Sanity check is still not reliable, use with caution and set ALL variables via command line. The help message is outdated and should be updated soon --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2a2b6e0..b2016c4 100644 --- a/configure +++ b/configure @@ -24,7 +24,7 @@ echo_variables() { echo "INITDIR='$INITDIR'" echo "NVIDIABUSID='$NVIDIABUSID'" echo "BUILDDIR='$BUILDDIR'" - echo "PREFIX="$PREFIX"" + echo "PREFIX='$PREFIX'" } # Checks for the nvidia Xorg module to be present if nvidia driver is set,