diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-03-19 18:28:10 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-03-19 18:28:10 +0000 |
commit | d223fcaba3660e8c4d61c9136311064898e23ae9 (patch) | |
tree | 58ac992b15667d814ddfd502640a54a1209e241e /support | |
parent | cba6293cf22e2c2ae17dd3954ad7d097f379c7ac (diff) | |
download | libbu++-d223fcaba3660e8c4d61c9136311064898e23ae9.tar.gz libbu++-d223fcaba3660e8c4d61c9136311064898e23ae9.tar.bz2 libbu++-d223fcaba3660e8c4d61c9136311064898e23ae9.tar.xz libbu++-d223fcaba3660e8c4d61c9136311064898e23ae9.zip |
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.
Diffstat (limited to 'support')
-rwxr-xr-x | support/findcaseshift.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | grep 'to\(Lower\|Upper\)' -o $(find -iname *.cpp) $(find -iname *.h) 2>&1 | grep -v '.svn' | sort | uniq | ||