[Groonga-mysql-commit] mroonga/mroonga [master] apt: fix wrong number of arguments check

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 29日 (火) 17:22:50 JST


Kouhei Sutou	2012-05-29 17:22:50 +0900 (Tue, 29 May 2012)

  New Revision: c0ae5831adaa1e6b9e8e9152b170591f5cdbdff8

  Log:
    apt: fix wrong number of arguments check

  Modified files:
    packages/apt/sign-repository.sh

  Modified: packages/apt/sign-repository.sh (+1 -1)
===================================================================
--- packages/apt/sign-repository.sh    2012-05-29 17:22:02 +0900 (34969a8)
+++ packages/apt/sign-repository.sh    2012-05-29 17:22:50 +0900 (c36ff0b)
@@ -2,7 +2,7 @@
 
 script_base_dir=`dirname $0`
 
-if [ $# != 2 ]; then
+if [ $# != 3 ]; then
     echo "Usage: $0 GPG_UID DESTINATION CODES"
     echo " e.g.: $0 'F10399C0' repositories/ 'lenny unstable hardy karmic'"
     exit 1




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