projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f284cb
)
fix createPot script
author
Michael Andres
<ma@suse.de>
Wed, 8 Jun 2011 12:36:45 +0000
(14:36 +0200)
committer
Michael Andres
<ma@suse.de>
Wed, 8 Jun 2011 12:37:05 +0000
(14:37 +0200)
po/createPot
patch
|
blob
|
history
diff --git
a/po/createPot
b/po/createPot
index 5e679e19796e92370518d4d3a364431accd08d7a..1fb1485e0d516e4e5b7f7d9c4e251ca29dddf1f4 100755
(executable)
--- a/
po/createPot
+++ b/
po/createPot
@@
-1,8
+1,8
@@
#!/bin/bash
-
LIBZYPP_
SOURCE_DIR="${1:-..}"
+SOURCE_DIR="${1:-..}"
POTFILE="${2:-po/zypp.pot}"
# search for sourcecode-files
-cd "$
LIBZYPP_
SOURCE_DIR"
+cd "$SOURCE_DIR"
SRCFILES=`find examples tools zypp \
-type f -name "*.h" \
-o -name "*.pm" \