Explorar o código

gen_build_files.sh: better comment

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys Vlasenko %!s(int64=13) %!d(string=hai) anos
pai
achega
7a3f8e2fe1
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      scripts/gen_build_files.sh

+ 4 - 3
scripts/gen_build_files.sh

@@ -18,9 +18,10 @@ generate()
 	local src="$1" dst="$2" header="$3" insert="$4"
 	#chk "${dst}"
 	(
-		# need to use printf: different shells have inconsistent
-		# rules re handling of "\n" in their params,
-		# and ${insert} definitely contains "\n"
+		# Need to use printf: different shells have inconsistent
+		# rules re handling of "\n" in echo params,
+		# and ${insert} definitely contains "\n".
+		# Therefore, echo "${header}" would not work:
 		printf "%s\n" "${header}"
 		if grep -qs '^INSERT$' "${src}"; then
 			sed -n '1,/^INSERT$/p' "${src}"