mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
zsh-workers/9674
This commit is contained in:
parent
a48427e75a
commit
e4c5421229
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
if [[ $date3 != [0-9][0-9]-[0-9][0-9]-[0-9][0-9] ]]; then
|
||||
print "Date \`$date3' is not in the form \`YY-MM-DD'"
|
||||
fi
|
||||
if (( $date1[5,-1] != $date2[4,5] )) || (( $date2[4,5] != $date3[8,9] ))
|
||||
if (( $date1[5,-1] != $date2[4,5] )) || (( $date2[4,5] != $date3[7,8] ))
|
||||
then
|
||||
print "Days of month do not agree in $date1, $date2, $date3"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue