Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:43:45 JST 2012
Kouhei Sutou 2012-05-29 17:22:50 +0900 (Tue, 29 May 2012) New Revision: c0ae5831adaa1e6b9e8e9152b170591f5cdbdff8 https://github.com/mroonga/mroonga/commit/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 -------------- next part -------------- HTML����������������������������...Download