From: Vadim Zeitlin Date: Fri, 11 Mar 2005 00:19:09 +0000 (+0000) Subject: cosmetic fix to a message X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/60b881f7a6cf720d084ee7f8dd577c37160435e7 cosmetic fix to a message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/update-setup-h b/build/update-setup-h index 8f2ac1b9fc..d5b6ea60fb 100755 --- a/build/update-setup-h +++ b/build/update-setup-h @@ -52,7 +52,7 @@ update_single_setup_h() return 0 fi - echo -n "Updating $1..." + echo -n "Updating $1 ..." tmp=$i.$$.tmp sed -e '/^\/\* --- start common options --- \*\/$/q' $1 > $tmp &&