summaryrefslogtreecommitdiffstats
path: root/chat-irc/irssi/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/irssi/PREPARE')
-rwxr-xr-xchat-irc/irssi/PREPARE6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat-irc/irssi/PREPARE b/chat-irc/irssi/PREPARE
index 073b974723..0c7a8c75d2 100755
--- a/chat-irc/irssi/PREPARE
+++ b/chat-irc/irssi/PREPARE
@@ -1,6 +1,6 @@
config_query IRSSI_SVN "Build SVN version?" n &&
-if [[ "${IRSSI_SVN}" == "y" ]]
-then
+
+if [[ $IRSSI_SVN == "y" ]]; then
config_query IRSSI_SVN_AUTOUPDATE \
- "Automaticaly update the spell on sorcery queue/system-update?" n
+ "Automaticaly update the spell on sorcery queue/system-update?" n
fi