From b32de228551692756a8208ed83c6272166260934 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Sun, 17 Jul 2022 20:04:49 +0100 Subject: [PATCH] minor fixes --- compile_urrl.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compile_urrl.sh b/compile_urrl.sh index db01b3a..8a0cc3d 100755 --- a/compile_urrl.sh +++ b/compile_urrl.sh @@ -2,6 +2,9 @@ for dir in ./*; do if [ -d $dir ]; then + if [[ $dir == "./" ]]; then + continue + fi cd $dir f=$(echo $dir | sed 's/\.\///') nimble install -y