From e3428baed27ec0823ae1381f52430d17c485e986 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Thu, 1 Jan 2026 12:44:28 -0500 Subject: [PATCH] Corrected how 'baseDir' is to be determined --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae9f5d8..77ce4ab 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ The purpose of this branch is to modularize as many functions of the scripts as [X] Point any distro-specific commands/tasks that are shared with Debian to use `debian.sh` to avoid any unnecessary duplication [ ] Rewrite `README.md` [X] Rename all script-specific variables to lowercase with singular capital letters to seperate words in variable name -[X] Update how `baseDir` is set using `realpath $(basedir "${0}")` +[X] Update how `baseDir` is set using `realpath $(dirname "${0}")`