=====================================================================

--- Bug Fixes ----------------------------

- removed an error message when using installation through aur
This commit is contained in:
Wryn (yage) Wagner 2024-03-11 20:55:14 -06:00
parent 768bd1444e
commit bd554f1460

View File

@ -2,7 +2,7 @@
#####################################################################
[ ! $SCWRYPTS_ROOT ] \
&& SCWRYPTS_ROOT="$(cd $(dirname "${0:a:h}"); git rev-parse --show-toplevel)"
&& SCWRYPTS_ROOT="$(cd $(dirname "${0:a:h}"); git rev-parse --show-toplevel 2>/dev/null)"
[ ! $SCWRYPTS_ROOT ] && [ -d /usr/share/scwrypts ] \
&& SCWRYPTS_ROOT=/usr/share/scwrypts