]> git.proxmox.com Git - mirror_qemu.git/blobdiff - scripts/hxtool
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
[mirror_qemu.git] / scripts / hxtool
index 1e2c97c5e69db8a64ee0822f5ed76abe0fefcafd..7d7c4289e32926ccc026bcb0ecd63c64cfedd87a 100644 (file)
@@ -19,7 +19,8 @@ hxtoh()
 print_texi_heading()
 {
     if test "$*" != ""; then
-        printf "@subsection %s\n" "$*"
+        title="$*"
+        printf "@subsection %s\n" "${title%:}"
     fi
 }