From d5b412c8818e1ad3d35b4fcf9343cf7bdeab82f3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 20 Dec 2010 03:47:04 +0100 Subject: [PATCH] config/options: rename default project to 'generic' Signed-off-by: Stephan Raue --- config/options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/options b/config/options index fee659cedc..fb1ea13f01 100644 --- a/config/options +++ b/config/options @@ -1,7 +1,7 @@ # determines PROJECT, if not forced by user -# default is generic +# default is Generic if [ -z "$PROJECT" ]; then - PROJECT="generic" + PROJECT="Generic" else PROJECT="$PROJECT" fi