X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/blobdiff_plain/e1e6ddc7ad50e7e0191c1b52f52bf4bed3206203..d4876d342119f447ddedb5e5d50d7a1ec028d198:/setup-project.sh diff --git a/setup-project.sh b/setup-project.sh index c3fafc348..709386e2a 100755 --- a/setup-project.sh +++ b/setup-project.sh @@ -1,6 +1,6 @@ #!/bin/bash -echo -n "Clear eclipse project? [y,n]" +echo -n "Clear eclipse project? [y,N]" read choice if [ "$choice" == "y" ]; then @@ -8,7 +8,7 @@ if [ "$choice" == "y" ]; then find -type d -name ".settings" -prune -exec rm -rf {} \; fi -echo -n "Use the local repo? [y,n]" +echo -n "Use the local repo? [y,N]" read choice if [ "$choice" == "y" ]; then