User: curvirgo
Date: 05/12/17 07:24:29

Modified:
 /ja/www/documents/develop/
  jabuild.function

Log:
 The error check is added.

File Changes:

Directory: /ja/www/documents/develop/
=====================================

File [changed]: jabuild.function
Url: 
http://ja.openoffice.org/source/browse/ja/www/documents/develop/jabuild.function?r1=1.3&r2=1.4
Delta lines:  +4 -0
-------------------
--- jabuild.function    17 Dec 2005 14:04:50 -0000      1.3
+++ jabuild.function    17 Dec 2005 15:24:24 -0000      1.4
@@ -34,6 +34,10 @@
         ;;
       --download=*)
         TAG=`echo ${opt} | sed 's/--download=//'`
+        [ x${TAG} = x ] && {
+          PrintMessage "CVS TAG is not specified !!"
+          exit
+        }
         DOWNLOAD_SOURCE=Yes
         ;;
       --pack)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

メールによる返信