From 56c9740a35778d06875a167f0b6c290c3e2738a9 Mon Sep 17 00:00:00 2001 From: benn Date: Fri, 30 May 2025 17:25:28 +0200 Subject: [PATCH] Fix can't find file for repository --- nb_create.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/nb_create.sh b/nb_create.sh index 872f2fc..984c143 100755 --- a/nb_create.sh +++ b/nb_create.sh @@ -27,16 +27,14 @@ this_script=$(basename -- $0) USE_PROGRAMME=git help() { - cat < The Git repo containing the NetBeans generic C/C++ project Default: /home/benn/share/home/repo/netbeans_proj/netbeans_generic.git - Licence: $this_script Copyright (C) 2025 Benny Lyons. GNU GPL2 or later; see LICENCE distributed with this file for more details. @@ -161,12 +158,6 @@ main() else REPO="$OPT_REPO" fi - if [ ! -d "$REPO" ]; then - echo "ERROR: can't find: "$REPO - echo "Require a valid Git repository with a NetBeans project" - echo "Use -r