From: Peter Palfrader Date: Sun, 18 May 2008 11:41:10 +0000 (+0200) Subject: ud-replicate: sgran pointed out that if all we care about ignoring is EEXIST X-Git-Tag: userdir-ldap-0.3.26~2 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5e52a3fd9e74da122f66e2ea2330be547c37b72a;hp=5e52a3fd9e74da122f66e2ea2330be547c37b72a;p=mirror%2Fuserdir-ldap.git ud-replicate: sgran pointed out that if all we care about ignoring is EEXIST then we should use mkdir -p instead of [ -d userkeys ] || mkdir userkeys. ---