From d223fcaba3660e8c4d61c9136311064898e23ae9 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 19 Mar 2011 18:28:10 +0000 Subject: The rest of libbu++ is corrected as far as the now Bu::String toUpper/toLower semantics go as well as switching everything to the new string formatting code. --- support/findcaseshift.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 support/findcaseshift.sh (limited to 'support') diff --git a/support/findcaseshift.sh b/support/findcaseshift.sh new file mode 100755 index 0000000..75646ae --- /dev/null +++ b/support/findcaseshift.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +grep 'to\(Lower\|Upper\)' -o $(find -iname *.cpp) $(find -iname *.h) 2>&1 | grep -v '.svn' | sort | uniq -- cgit v1.2.3