mirror of https://github.com/MariaDB/server
Browse Source
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'.pull/47/merge
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue