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