diff --git a/bundle/bundles.sh b/bundle/bundles.sh index cb99bca..cc5d891 100755 --- a/bundle/bundles.sh +++ b/bundle/bundles.sh @@ -35,6 +35,7 @@ clone_bundles() { # Clone the bundles in 'bundles.txt' local dn repo while read -r dn repo ; do + [[ "$dn" != \#* ]] || continue if [[ -d "$dn" ]]; then echo "*** Dir [red][$dn][reset] already exists!" | colors else