additions from msys64
This commit is contained in:
@@ -80,7 +80,7 @@ doUpdateFlatpak() {
|
||||
# executes command and notifies upon failure
|
||||
execute() {
|
||||
dir="$(pwd)";
|
||||
dir=${dir##*/};
|
||||
dir=${dir##*/}; # cut off previous path (/path/to/foo.txt -> foo.txt)
|
||||
if [[ -n "$2" ]]; then
|
||||
errLog=$2;
|
||||
else
|
||||
|
Reference in New Issue
Block a user