Skip to content

Commit a890f03

Browse files
author
Tom Maher
committed
linter quoting complaint
1 parent 7de6335 commit a890f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/install-openldap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set -e
33
set -x
44

5-
BASE_PATH="$( cd `dirname $0`/../test/fixtures/openldap && pwd )"
6-
SEED_PATH="$( cd `dirname $0`/../test/fixtures && pwd )"
5+
BASE_PATH=$( cd "`dirname $0`/../test/fixtures/openldap" && pwd )
6+
SEED_PATH=$( cd "`dirname $0`/../test/fixtures" && pwd )
77

88
dpkg -s slapd time ldap-utils gnutls-bin ssl-cert > /dev/null ||\
99
DEBIAN_FRONTEND=noninteractive apt-get update -y --force-yes && \

0 commit comments

Comments
 (0)