From d279ea79e82f8f07fb55116108dc20cf5af36e01 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 25 Jun 2011 14:17:31 +0200 Subject: [PATCH] Fix some standard compliance. --- qb/qb.libs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qb/qb.libs.sh b/qb/qb.libs.sh index db5cc4a584..ccbdd33715 100644 --- a/qb/qb.libs.sh +++ b/qb/qb.libs.sh @@ -216,7 +216,7 @@ create_config_header() echo "Creating config header: $outfile" - name="`echo __$outfile | sed 's|[\./]|_|g' | tr '[a-z]' '[A-Z]'`" + name="`echo QB_${outfile}__ | sed 's|[\./]|_|g' | tr '[a-z]' '[A-Z]'`" echo "#ifndef $name" > "$outfile" echo "#define $name" >> "$outfile" echo "" >> "$outfile" @@ -260,7 +260,6 @@ output_define_make() create_config_make() { - outfile="$1" shift