@elextr commented on this pull request.


In m4/geany-status.m4:

> @@ -27,7 +27,8 @@ EOF
 	# Print a nice top bar
 	# description + ' : ' + value
 	total=`expr $dlen + 3 + $vlen`
-	for i in `seq 1 $total`; do printf '-'; done
+	echo
+	echo "    Build configuration result:"

what about echo "----------------------------------------"

thats guaranteed to be portable (and what configure.in had a long time ago :)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.