]> source.dussan.org Git - redmine.git/commitdiff
travis: use quotation for dpkg command
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 7 Nov 2015 14:04:12 +0000 (14:04 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 7 Nov 2015 14:04:12 +0000 (14:04 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14829 e93f8b46-1217-0410-a6f0-8f06a7374b81

.travis.yml
test/travis/install-openldap.sh

index 4ee9832bf0179bb4df67dc84ed72384aba2b140a..5576fa2a52601930d0e4f1ce87090d4c472663b0 100644 (file)
@@ -102,7 +102,7 @@ before_install:
     fi
   - "sudo apt-get update -qq"
   - "sudo apt-get --no-install-recommends install bzr cvs git mercurial subversion"
-  - dpkg -l *mysql*
+  - dpkg -l '*mysql*'
   - if [[ $DB =~ (mariadb|mysql-5\.[67]) ]] ;
     then
       sudo service mysql stop ;
index b0ad70b642c14cd0663682a4ed679522e21aacab..7b13823602e170ab14fe01ed6956ae0a34ef77d1 100644 (file)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes slapd ldap-utils
-dpkg -l *slapd* *ldap-utils*
+dpkg -l '*slapd*' '*ldap-utils*'
 
 TOP_DIR=`dirname $0`/../..