From: Oleg Broytman Date: Sun, 9 Apr 2017 01:07:22 +0000 (+0300) Subject: Fix [ -nt ]-test for /bin/sh X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=5f0a5a57cec7afdde0944c806ccbd67bfdfa2759;hp=5f0a5a57cec7afdde0944c806ccbd67bfdfa2759;p=phdru.name%2Fphdru.name.git Fix [ -nt ]-test for /bin/sh Tests in sh and bash behave differently: test in sh reports false if the file doesn't exist, test in bash reports true if the file doesn't exist. ---