X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6e295f0db470467f3a3bf9ff46a4ed5e8f052229..3768325f42689394f4639ff92e3cc483670c0d17:/scripts/make-locale-pack?ds=sidebyside

diff --git a/scripts/make-locale-pack b/scripts/make-locale-pack
index a5bb7d36a..fbc6eba2d 100755
--- a/scripts/make-locale-pack
+++ b/scripts/make-locale-pack
@@ -33,16 +33,20 @@ export_po()
 }
 
 
+( 
 cd $ROOT/wolnelektury
 echo "Generate po for WL"
 $MANAGE makemessages --all
+)
 
+(
 cd $ROOT/apps
 for i in *; do
     echo "Generate po for app $i"
     ( cd $i; $MANAGE makemessages --all;
 	)
 done
+)
 
 export_po