diff --git a/setup b/setup index 41aa21b..faa0244 100755 --- a/setup +++ b/setup @@ -5,7 +5,7 @@ set -e echo "[+] Cloning submodules..." git submodule update --init --recursive -find . -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix >> /dev/null +find . -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix > /dev/null 2>&1 echo "[+] Creating Gitconfigs..."