Loading cloneall.bash +1 −1 Original line number Original line Diff line number Diff line Loading @@ -55,7 +55,7 @@ if [ ! -z "$linka" ]; then done done for REPO in "${REPOS[@]}"; do for REPO in "${REPOS[@]}"; do if [ "$REPO" != "core" ] && [ "$REPO" != "gitlab-profile" ]; then if [ "$REPO" != "core" ] && [ "$REPO" != "gitlab-profile" ]; then ln -sf $PWD/$REPO/hotwheels/$REPO full/hotwheels/$REPO ln -sf $PWD/$REPO/hotwheels/$REPO full/hotwheels fi fi done done fi fi Loading Loading
cloneall.bash +1 −1 Original line number Original line Diff line number Diff line Loading @@ -55,7 +55,7 @@ if [ ! -z "$linka" ]; then done done for REPO in "${REPOS[@]}"; do for REPO in "${REPOS[@]}"; do if [ "$REPO" != "core" ] && [ "$REPO" != "gitlab-profile" ]; then if [ "$REPO" != "core" ] && [ "$REPO" != "gitlab-profile" ]; then ln -sf $PWD/$REPO/hotwheels/$REPO full/hotwheels/$REPO ln -sf $PWD/$REPO/hotwheels/$REPO full/hotwheels fi fi done done fi fi Loading