On 9/16/2017 11:27 AM, Torsten Bögershausen wrote:
On 2017-09-15 21:20, Ben Peart wrote:
+if [ "$1" != 1 ]
+then
+       echo -e "Unsupported core.fsmonitor hook version.\n" >&2
+       exit 1
+fi

The echo -e not portable
(It was detected by a tighter version of the lint script,
  which I have here, but not yet send to the list :-(

This will do:
echo  "Unsupported core.fsmonitor hook version." >&2


Thanks, I'll fix these and the ones in the t/t7519 directory.

Reply via email to