Accepting request 262261 from home:Ledest:bashisms

fix bashism in quotad_env.sh script

OBS-URL: https://build.opensuse.org/request/show/262261
OBS-URL: https://build.opensuse.org/package/show/Base:System/quota?expand=0&rev=39
This commit is contained in:
Tomáš Chvátal 2014-11-20 13:48:41 +00:00 committed by Git OBS Bridge
parent f9d28b690a
commit 78bdd5f1ae
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 19 03:05:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in quotad_env.sh script
-------------------------------------------------------------------
Wed May 28 00:03:03 UTC 2014 - crrodriguez@opensuse.org

View File

@ -2,7 +2,7 @@
. /etc/sysconfig/nfs
if [[ -n "${RQUOTAD_PORT}" ]]; then
if [ -n "${RQUOTAD_PORT}" ]; then
RQUOTAD_PORT="-p ${RQUOTAD_PORT}"
fi