X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=d88fe6bde290fd538fba1621d2d042177a7ea6e5;hb=d3325c84bb186cdb59a0b77ec95f85bf22d4392b;hp=5346e8a2684aa8760036a5385d413c134c04aa9a;hpb=405a4600e7efc38ca04306f86dbda95ae592ce1d;p=feisty_meow.git 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