Skip to content

Commit 24ed8df

Browse files
committed
Remove verbose from local_install. Cleanup log.
1 parent d26b4b3 commit 24ed8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ template:
5252

5353
local_install: dist
5454
for file in $(MO_FILES); do \
55-
set -xv; lang=`basename $$file .mo`; \
55+
lang=`basename $$file .mo`; \
5656
mkdir -p locale/$$lang/LC_MESSAGES; \
5757
cp $$file locale/$$lang/LC_MESSAGES/roundup.mo; \
5858
done

0 commit comments

Comments
 (0)