slitaz-base-files rev 199

libtaz: small fix in lgettext function
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 00:58:41 2012 +0000 (2012-06-23)
parents 986f32a2ce6f
children f3f0e8f686dc
files rootfs/lib/libtaz.sh
line diff
     1.1 --- a/rootfs/lib/libtaz.sh	Sun Jun 10 00:17:13 2012 +0000
     1.2 +++ b/rootfs/lib/libtaz.sh	Sat Jun 23 00:58:41 2012 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4  # gettext -d 'slitaz-base' 'Done'
     1.5  # so, I define own function (and add it as option to xgettext to Makefile)
     1.6  lgettext() {
     1.7 -	gettext -d 'slitaz-base' $1
     1.8 +	gettext -d 'slitaz-base' "$@"
     1.9  }
    1.10  
    1.11  # Internal variables.