changeset 462:15813e622299

Updated build script to always use htb.exe since the linux version does not seem to work. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@699 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 26 May 2008 09:43:14 +0000
parents 18c2c81890df
children cd6ca4a1dc2b
files buildRelease.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/buildRelease.sh	Sun May 25 20:29:11 2008 +0000
+++ b/buildRelease.sh	Mon May 26 09:43:14 2008 +0000
@@ -287,7 +287,7 @@
 
 echo "Copying the indenter executable files to the target indenters dir"
 echo "-----------------------------------------------------------------"
-indenters="astyle$ext astyle.html bcpp$ext bcpp.txt csstidy$ext gc.exe gc.txt htb$ext htb.html indent$ext indent.html tidy$ext tidy.html uncrustify$ext uncrustify.txt"
+indenters="astyle$ext astyle.html bcpp$ext bcpp.txt csstidy$ext gc.exe gc.txt htb.exe htb.html indent$ext indent.html tidy$ext tidy.html uncrustify$ext uncrustify.txt"
 if [ "$ext" = ".exe" ]; then
     indenters="$indenters libiconv-2.dll libintl-2.dll"
 fi