compare two versions
mkc_check_version reqdVer actVer
mkc_check_version compares reqdVer and actVer and prints "1" to stdout is reqdVer is less than or equal to actVer. Otherwise, "0" is output.
0 |
if arguments are correct |
|||
1 |
otherwise |
Aleksey Cheusov <[email protected]>