Revision 58bcf276 devel/build_chroot

b/devel/build_chroot
24 24
ACTUAL_DATA_DIR=$DATA_DIR
25 25
ACTUAL_DATA_DIR=${ACTUAL_DATA_DIR:-$TEMP_DATA_DIR}
26 26

  
27
# Use gzip --rsyncable if available, to speed up transfers of generated files
28
# The environment variable GZIP is read automatically by 'gzip',
29
# see ENVIRONMENT in gzip(1).
30
gzip --rsyncable </dev/null >/dev/null 2>&1 && export GZIP="--rsyncable"
31

  
27 32
#Runnability checks
28 33
if [ $USER != 'root' ]
29 34
then

Also available in: Unified diff