From 48d7b13a1eab85fab91c8d6c5ddf298f733c74f5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Dec 2006 00:26:54 +0100 Subject: Imported from util-linux-2.13-pre1 tarball. --- po/update-potfiles | 7 ------- 1 file changed, 7 deletions(-) mode change 100644 => 100755 po/update-potfiles (limited to 'po/update-potfiles') diff --git a/po/update-potfiles b/po/update-potfiles old mode 100644 new mode 100755 index 2b7baf8c7..737202a20 --- a/po/update-potfiles +++ b/po/update-potfiles @@ -2,15 +2,8 @@ # # -> POTFILES -> .null > POTFILES.in -for x in ../*/*.c; do -echo "$x \\" >> POTFILES -done -echo .null >> POTFILES - cd .. for x in */*.c; do echo "$x" >> po/POTFILES.in -- cgit v1.2.3-55-g7522