diff options
author | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2012-12-27 17:33:34 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2012-12-27 17:33:34 +0530 |
commit | 825459b8cda4f97a3ef1f3affb4889d7807a0f3a (patch) | |
tree | d1113aec6f7648923349772371f19e23ebcbdc71 /BUILD/compile-pentium64 | |
parent | 6b7182d9a3a073a7e2d586b3182c27de154aad08 (diff) | |
download | mariadb-git-825459b8cda4f97a3ef1f3affb4889d7807a0f3a.tar.gz |
Bug#16046140 BIN/MYSQLD_SAFE: TEST: ARGUMENT EXPECTED
Some shell interpreters do not support '-e' test
primary to construct conditions.
man test 1 (on S10)
...skip...
-e file True if file exists. (Not available in sh.)
...skip...
Hence, check for the existence of a file using
'-e' might result in a syntax error on such
shell programs.
Fixed by replacing it by '-f'.
Diffstat (limited to 'BUILD/compile-pentium64')
0 files changed, 0 insertions, 0 deletions