Check-in Number:
|
3090 | |
Date: |
2003-Jan-23 17:26:50 (local)
2003-Jan-23 16:26:50 (UTC) |
User: | thl |
Branch: | |
Comment: |
saying "still" is confusing if existing version is newer than expected |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/devtool.func 1.3 -> 1.4
--- devtool.func 2002/07/01 14:33:13 1.3
+++ devtool.func 2003/01/23 16:26:50 1.4
@@ -14,10 +14,10 @@
$e )
;;
$a )
- echo "devtool:WARNING: $t version $v still accepted, although expected $e." 1>&2
+ echo "devtool:WARNING: $t version $v accepted, but expected $e." 1>&2
;;
* )
- echo "devtool:ERROR: $t version $e expected, but found $v." 1>&2
+ echo "devtool:ERROR: $t version $v NOT acceptable, requires $e." 1>&2
exit 1
;;
esac
|
|