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

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 24日 (火) 18:06:38 JST


Kouhei Sutou	2012-04-24 18:06:38 +0900 (Tue, 24 Apr 2012)

  New Revision: 079878b73668909532ae375db03060b3d1ce5c15

  Log:
    deb: fix syntax error
    
    Sorry...

  Modified files:
    packages/apt/build-deb.sh

  Modified: packages/apt/build-deb.sh (+1 -1)
===================================================================
--- packages/apt/build-deb.sh    2012-04-24 18:05:15 +0900 (831c05a)
+++ packages/apt/build-deb.sh    2012-04-24 18:06:38 +0900 (7dcc481)
@@ -36,8 +36,8 @@ if [ ! -d "${security_list}" ]; then
 deb http://security.debian.org/ ${code_name}/updates main
 deb-src http://security.debian.org/ ${code_name}/updates main
 EOF
-		;;
 	    fi
+	    ;;
 	Ubuntu)
 	    cat <<EOF > "${security_list}"
 deb http://security.ubuntu.com/ubuntu ${code_name}-security main restricted




Groonga-commit メーリングリストの案内
Back to archive index