Accepting request 262459 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/262459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quota?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2014-11-24 10:08:49 +00:00 committed by Git OBS Bridge
commit 9037dbe3d2
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