diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-05-31 17:42:33 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-05-31 17:42:33 +0000 |
commit | 4d52842bb679a244afe7ce9f9f9b5f32f875e792 (patch) | |
tree | 575ca49656a34be1f0b3f07f4ba755fe789b9300 /po | |
parent | 5ad89d48171c9abed6c2f4f9a95d36051cefc340 (diff) | |
download | xine-lib-4d52842bb679a244afe7ce9f9f9b5f32f875e792.tar.gz xine-lib-4d52842bb679a244afe7ce9f9f9b5f32f875e792.tar.bz2 |
POSIX-compliant use of 'head' and 'tail'.
CVS patchset: 7598
CVS date: 2005/05/31 17:42:33
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index e9840b436..ebc4ae2c8 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # For updating this file, look at the result of: -# head -3 po/POTFILES.in > /tmp/POTFILES.in && find src -name "*.[chy]" | xargs grep -l '[^A-Za-z_]_(' | grep -v src/xine-engine/xineintl.h >> /tmp/POTFILES.in && cp /tmp/POTFILES.in po/ +# head -n 3 po/POTFILES.in > /tmp/POTFILES.in && find src -name "*.[chy]" | xargs grep -l '[^A-Za-z_]_(' | grep -v src/xine-engine/xineintl.h >> /tmp/POTFILES.in && cp /tmp/POTFILES.in po/ src/libsputext/demux_sputext.c src/libsputext/xine_decoder.c |