v4.1.4
===================================================================== --- Bug Fixes ---------------------------- - removed an error message when using installation through aur
This commit is contained in:
parent
768bd1444e
commit
bd554f1460
@ -2,7 +2,7 @@
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
[ ! $SCWRYPTS_ROOT ] \
|
[ ! $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 ] && [ -d /usr/share/scwrypts ] \
|
||||||
&& SCWRYPTS_ROOT=/usr/share/scwrypts
|
&& SCWRYPTS_ROOT=/usr/share/scwrypts
|
||||||
|
Loading…
Reference in New Issue
Block a user