Skip to content

Commit

Permalink
Merge pull request chriskempson#123 from jreese/patch-1
Browse files Browse the repository at this point in the history
Fix hardcoded use of gconftool
  • Loading branch information
Chris Kempson committed Sep 5, 2012
2 parents fb3a825 + b8a5114 commit b91b636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gnome-Terminal/setup-theme.sh
Expand Up @@ -23,7 +23,7 @@ glist_append() {

local entries="$(
{
gconftool --get "$key" | tr -d '[]' | tr , "\n" | fgrep -v "$val"
"$GCONFTOOL" --get "$key" | tr -d '[]' | tr , "\n" | fgrep -v "$val"
echo "$val"
} | head -c-1 | tr "\n" ,
)"
Expand Down

0 comments on commit b91b636

Please sign in to comment.