Browse Source

To omit needless word.

git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@159 516e2f36-ce3a-0410-bea4-1d4a03f5df72
master
Bil Kleb 15 years ago
parent
commit
70b70f819f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      release

+ 1
- 1
release View File

@@ -19,7 +19,7 @@ VERSION=$1
DATE=$(date +"%Y/%m/%d") DATE=$(date +"%Y/%m/%d")


if ! echo $VERSION | egrep -q "^[0-9]+\.[0-9]+\.[0-9]+$" ; then if ! echo $VERSION | egrep -q "^[0-9]+\.[0-9]+\.[0-9]+$" ; then
echo "Error: version argument should be of the form 1.2.5 (major.minor.revision)."
echo "Error: version should be of the form 1.2.5 (major.minor.revision)."
exit 1 exit 1
fi fi




Loading…
Cancel
Save