Skip to content

Commit

Permalink
Fix hardcoded use of gconftool
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Sep 5, 2012
1 parent fb3a825 commit b8a5114
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 b8a5114

Please sign in to comment.