additions from msys64

This commit is contained in:
fszimnau
2025-10-16 13:04:36 +02:00
parent 17528d5f51
commit 48bda2be2d
4 changed files with 121 additions and 1 deletions

View File

@@ -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