[Groonga-commit] groonga/groonga [master] deb: fix syntax error

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Sep 5 18:56:05 JST 2012


HAYASHI Kentaro	2012-09-05 18:56:05 +0900 (Wed, 05 Sep 2012)

  New Revision: 9303a9d0c9ed9195c188e64fb5e4560285a37331
  https://github.com/groonga/groonga/commit/9303a9d0c9ed9195c188e64fb5e4560285a37331

  Log:
    deb: fix syntax error

  Modified files:
    packages/debian/groonga-server-common.postinst

  Modified: packages/debian/groonga-server-common.postinst (+1 -1)
===================================================================
--- packages/debian/groonga-server-common.postinst    2012-09-04 18:03:26 +0900 (b6afbc4)
+++ packages/debian/groonga-server-common.postinst    2012-09-05 18:56:05 +0900 (35898f3)
@@ -22,7 +22,7 @@ fixperms() {
 }
 
 create_database() {
-    if ! -d /var/lib/groonga/db ; then
+    if [ ! -d /var/lib/groonga/db ]; then
         mkdir -p /var/lib/groonga/db
         TEMP_FILE=`tempfile`
         groonga -n /var/lib/groonga/db/db < $TEMP_FILE
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index