mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
Update gettextize to ignore .git folder
This commit is contained in:
parent
274a76ab3b
commit
07dc9005f3
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
for x in `find . -name '*.glade' |grep -v '.svn\|build'` ; do \
|
||||
for x in `find . -name '*.glade' |grep -v '.git\|build'` ; do \
|
||||
for y in gtk-add gtk-apply gtk-bold gtk-cancel gtk-cdrom gtk-clear \
|
||||
gtk-close gtk-color-picker gtk-convert gtk-copy gtk-cut \
|
||||
gtk-delete gtk-dialog-error gtk-dialog-info gtk-dialog-question \
|
||||
|
Loading…
x
Reference in New Issue
Block a user