OSDN Git Service

modified: Makefile v2.3.29p0221
authorTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Wed, 18 Nov 2015 13:09:16 +0000 (22:09 +0900)
committerTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Wed, 18 Nov 2015 13:09:16 +0000 (22:09 +0900)
Makefile

index ad99405..b5bffe7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -264,7 +264,7 @@ git-push-with-check::
                SSS=`git tag | sort -k 2,2 -n -t p | tail -1`; \
                if [ ! -z "$$SSS" ]; then \
                        echo "$$SSS is Current Tags in $$ORIGINNAME."; \
-                       echo -n "Was the current tag updated? [ Y|y | Nn ]: "; \
+                       echo -n "Was the current tag updated? [ Y|y | N|n ]: "; \
                        read TTT; \
                        if [ "$$TTT" = Y -o "$$TTT" = y ]; then \
                                git push $$ORIGINNAME master --tags; \