mirror of
https://github.com/MariaDB/server.git
synced 2025-12-16 22:03:23 +03:00
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'.
18 KiB
18 KiB