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 | 3dbf1b3e5fd3a3d280e59b3712529af7e5bd182a (patch) | |
tree | d1113aec6f7648923349772371f19e23ebcbdc71 /scripts/make_win_bin_dist | |
parent | a8b6224036491b422f43081de72e09bdc5e13eb2 (diff) | |
download | mariadb-git-3dbf1b3e5fd3a3d280e59b3712529af7e5bd182a.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 'scripts/make_win_bin_dist')
0 files changed, 0 insertions, 0 deletions