From cc62ca76356dc851006e3fc980cc1dcc46ef9ca6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Sep 2007 09:45:11 +0200 Subject: Consistently using curly brackets for variables. --- scripts/live-bottom/30accessibility | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/live-bottom/30accessibility') diff --git a/scripts/live-bottom/30accessibility b/scripts/live-bottom/30accessibility index 17defbf..4726a75 100755 --- a/scripts/live-bottom/30accessibility +++ b/scripts/live-bottom/30accessibility @@ -35,9 +35,9 @@ gconf_version=$(chroot /root /usr/bin/dpkg-query -W --showformat='${Version}' gc gct () { - if [ "$gconf_version" ] + if [ "${gconf_version}" ] then - chroot /root sudo -u "$USERNAME" gconftool-2 "$@" + chroot /root sudo -u "${USERNAME}" gconftool-2 "${@}" fi } -- cgit v1.2.3