From 6cb808c8bb85984ad0d9c565ec55185cc965f0d0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 27 Feb 2021 18:48:42 -0500 Subject: system/kegs: Updated for version 1.05. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/kegs/xkegs.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'system/kegs/xkegs.sh') diff --git a/system/kegs/xkegs.sh b/system/kegs/xkegs.sh index 55f0719b73..a947f07f76 100644 --- a/system/kegs/xkegs.sh +++ b/system/kegs/xkegs.sh @@ -8,8 +8,13 @@ # read it from /usr/share/kegs/config.kegs, but it'll freeze if # it doesn't have write permission! +# Update for v1.05: kegs will now start without ~/.config.kegs, +# but if you do that, it'll save its config in the current dir as +# "config.kegs" (no leading dot). So this wrapper's still necessary. +# Added the missing "$@" so options actually get passed to kegs. + if [ ! -e ~/.config.kegs ]; then cat /usr/share/kegs/config.kegs.default > ~/.config.kegs fi -exec /usr/libexec/xkegs +exec /usr/libexec/xkegs "$@" -- cgit v1.2.3