From f115f6b168bc14d2d970615a195a5b9fd8f24fc3 Mon Sep 17 00:00:00 2001
From: Nikolaos Kakouros <nkak@kth.se>
Date: Sun, 17 Oct 2021 13:39:37 +0000
Subject: [PATCH] wip

---
 lib/system | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/system b/lib/system
index e32baa2..b8e5f31 100755
--- a/lib/system
+++ b/lib/system
@@ -4,6 +4,7 @@ set -o nounset          # emits error if an undefined variable is used
 set -o pipefail         # emits error if a command in a pipe chain fails
 shopt -s expand_aliases # allows the use of aliases in scripts
 shopt -s extglob        # enables extended globbing, eg "@(aa|bb)"
+shopt -s globstar       # expands `**` to any file/dir
 
 ## @fn system_load_outro()
 ## @brief Loads the outro script
-- 
GitLab