From: Chris Koeritz Date: Wed, 15 Nov 2017 16:54:52 +0000 (-0500) Subject: eliminating error message on cygwin X-Git-Tag: 2.140.100^2~6^2~3 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=d3325c84bb186cdb59a0b77ec95f85bf22d4392b eliminating error message on cygwin --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 5346e8a2..d88fe6bd 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -478,7 +478,11 @@ if [ -z "$skip_all" ]; then fi # prevent permission foul-ups. - chown -R "$(logname):$(logname)" "$FEISTY_MEOW_LOADING_DOCK"/* "$FEISTY_MEOW_GENERATED_STORE"/* +#hmmm: save error output here instead of muting it. +#hmmm: better yet actually, just don't complain on freaking cygwin, since that's where this happens + chown -R "$(logname):$(logname)" \ + "$FEISTY_MEOW_LOADING_DOCK"/* "$FEISTY_MEOW_GENERATED_STORE"/* 2>/dev/null + test_or_continue "chowning to $(logname) didn't happen." regenerate >/dev/null pushd "$FEISTY_MEOW_LOADING_DOCK/custom" &>/dev/null