sqg: Fix wrong statement.

Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-01-27 21:35:22 +07:00
parent 545773c274
commit aa11d763d4

View File

@ -8,6 +8,7 @@
# Copyright 2013 Chess Griffin <chess@chessgriffin.com> and
# slakmagik <slakmagik@gmail.com>
# Copyright 2016 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
@ -32,7 +33,7 @@ SCRIPT=${0##*/}
SBOPKG_CONF=${SBOPKG_CONF:-/etc/sbopkg/sbopkg.conf}
# If necessary, override SBOPKG_CONF below or directly from the environment.
# If necessary, override SBOPKG_CONF above or directly from the environment.
# The user may want to change QUEUEDIR to a local temporary directory in $HOME
# since queuefiles in QUEUEDIR will be overwritten by this script. QUEUEDIR
# is commented out on purpose to get the user to review these variables.