X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=nogit;h=d55124d27d95ea92dcaa65d2475ab2f5c36f7e77;hb=cadb0b69b70347408a653048b0c3687399f7650f;hp=16cd18f9460024ba770d5fdff27a44a27adcb851;hpb=9b145387ae0b95534b48ccf89080fc26d73e839c;p=nogit diff --git a/nogit b/nogit index 16cd18f..d55124d 100755 --- a/nogit +++ b/nogit @@ -59,7 +59,13 @@ nogit_clone() url="$1" if [ -e $NOGIT_DIR ]; then - echo "Error: .nogit already exists. Cowardly refusing to re-clone." + echo "Error: $NOGIT_DIR already exists. Cowardly refusing to re-clone." + return 1 + fi + + if [ -e $NOGIT_DIR_TMP ]; then + echo "Error: $NOGIT_DIR_TMP already exists. Was a previosu clone interrupted?" + echo "You'll want to clean that up before trying again." return 1 fi