From: Simon Ruderich Date: Fri, 20 Feb 2015 09:40:37 +0000 (+0100) Subject: shell/env: don't check ownership for ~/.tmp and ~/tmp X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=4f7b2f8b413a236e0e310cfa8f4c7e05cca30ec8;hp=4f7b2f8b413a236e0e310cfa8f4c7e05cca30ec8;p=config%2Fdotfiles.git shell/env: don't check ownership for ~/.tmp and ~/tmp If they are not owned by me, something has gone very wrong. Checking only for the sanity of ~/.tmp and ~/tmp is not enough, so just skip the check. ---