scripts/functions
changeset 3247 01ef2159b12a
parent 3212 4c0d4394d0b0
child 3307 d7eaba5831d5
     1.1 --- a/scripts/functions	Sun May 05 18:34:20 2013 +0200
     1.2 +++ b/scripts/functions	Fri Nov 15 21:16:52 2013 +0100
     1.3 @@ -1336,7 +1336,7 @@
     1.4      CT_DoLog STATE "  Restoring log file"
     1.5      exec >/dev/null
     1.6      case "${CT_DEBUG_CT_SAVE_STEPS_GZIP}" in
     1.7 -        y)  zcat "${state_dir}/log.gz" >"${tmp_log_file}";;
     1.8 +        y)  gzip -dc "${state_dir}/log.gz" >"${tmp_log_file}";;
     1.9          *)  cat "${state_dir}/log" >"${tmp_log_file}";;
    1.10      esac
    1.11      cat "${state_dir}/tail.log" >>"${tmp_log_file}"