gtomb

tomb gtk frontend in zenity
git clone git://parazyd.org/gtomb.git
Log | Files | Refs | README | LICENSE

commit 060c5aa753ac8e9d39fa516534bbf940e8005717
parent 0b0ce32bffa5e5210f60eaf235e27f1985232826
Author: parazyd <parazyd@archlinux.info>
Date:   Wed, 18 Nov 2015 00:07:52 +0100

bugfix

Diffstat:
Mgtomb | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gtomb b/gtomb @@ -50,10 +50,12 @@ function create { ;; # Wait for upstream issue resolve --sudo-pwd 1) - main;; + main + eval $command;; esac;; 1) - main;; + main + eval $command;; esac }