diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-25 23:48:20 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-25 23:48:20 +0000 |
commit | 177a80c1331bf8ecc63cad91f0c4d682a695e23b (patch) | |
tree | c3307e71838dd43ab756758a7344c53d4c849348 | |
parent | 038279a1ec3f2503783d163118db99399cc989bf (diff) |
Revert "kill silently"
This reverts commit 038279a1ec3f2503783d163118db99399cc989bf.
-rwxr-xr-x | libsisyphus.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsisyphus.sh b/libsisyphus.sh index 381c93b..b3d7e9b 100755 --- a/libsisyphus.sh +++ b/libsisyphus.sh @@ -2,7 +2,7 @@ # export dialog && abort flags export local showdialog="yad --title "sisyphus" --text-info --width 800 --height 600 --center --no-buttons --on-top --sticky --fixed --skip-taskbar --listen --tail" -export local abortnow="killall -9 emerge > /dev/null 2>&1" +export local abortnow="killall -9 emerge" # import user interfaces source /usr/lib64/sisyphus/accesoriesui.sh |