summaryrefslogtreecommitdiff
blob: 218cb6d3d2da374b9af471c49ac62613d9eaf83b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: compiler.eselect.in
===================================================================
--- a/src/profile-manager/compiler.eselect.in	(revision 203)
+++ a/src/profile-manager/compiler.eselect.in	(working copy)
@@ -678,7 +678,7 @@
 		[[ -n ${val} ]] && echo "	ldpath=${val}" >> ${conf}
 
 		val=$(load_config "${file}" GCC_SPECS)
-		[[ -n ${val} ]] && echo "	spec=${val}" >> ${conf}
+		[[ -n ${val} ]] && echo "	specs=${val}" >> ${conf}
 
 		echo >> ${conf}
 	done