Comment 7 for bug 220656

Revision history for this message
jpfle (jpfle) wrote :

Hi,

Say I have this script:

#! /bin/bash
cd $HOME
tar xvfz zzz.tar.gz | zenity --progress --pulsate --auto-close --auto-kill --title="Test" --text="Test"

If I click on the "Cancel" button of the progress bar, the tar command still runs. Only the parent script is closed, but not the children processes. I'm on Ubuntu 8.10.