Skip to content
Snippets Groups Projects
Commit 44bdc4c5 authored by Vitaly Sverchinsky's avatar Vitaly Sverchinsky
Browse files

Reflect changes in source tree

parent 248d36de
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Run this script with locale as the current directory # Run this script with locale as the current directory
set -o errexit set -o errexit
echo ";; Recreating audacity.pot using .h, .cpp and .mm files" echo ";; Recreating audacity.pot using .h, .cpp and .mm files"
for path in ../modules/mod-* ../libraries/lib-* ../include ../src ../crashreports ; do for path in ../modules/* ../libraries/lib-* ../include ../src ../crashreports ; do
find $path -name \*.h -o -name \*.cpp -o -name \*.mm find $path -name \*.h -o -name \*.cpp -o -name \*.mm
done | LANG=c sort | \ done | LANG=c sort | \
sed -E 's/\.\.\///g' |\ sed -E 's/\.\.\///g' |\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment