tbugfix - gtomb - tomb gtk frontend in zenity
HTML git clone git://parazyd.org/gtomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 060c5aa753ac8e9d39fa516534bbf940e8005717
DIR parent 0b0ce32bffa5e5210f60eaf235e27f1985232826
HTML Author: parazyd <parazyd@archlinux.info>
Date: Wed, 18 Nov 2015 00:07:52 +0100
bugfix
Diffstat:
M gtomb | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
DIR diff --git a/gtomb b/gtomb
t@@ -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
}