Commit ca05c684 authored by Jose Borreguero's avatar Jose Borreguero
Browse files

double quotes prevent globbling

parent 526c9b95
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ _remove_font_cache() {
  # remove the font cache in the user's home directory
  # this is needed to avoid problems with the font cache and the Qt versions of old Mantid versions
  if [ -d "${HOME}/.cache/fontconfig" ]; then
    rm -f "${HOME}/.cache/fontconfig/*"
    rm -f "${HOME}"/.cache/fontconfig/*
  fi
}

+4 −1
Original line number Diff line number Diff line
%global srcname nsd-app-wrap

Name:           nsd-app-wrap
Version:        1.40
Version:        1.41
Release:        1%{?dist}
Summary:        Wrapper scripts to launch python applications installed via anaconda
Vendor:         Peter F. Peterson
@@ -69,6 +69,9 @@ install -m 644 jupyter.local.desktop %{buildroot}%{_datadir}/applications/
%license LICENSE

%changelog
* Mon Apr 17 2023 Jose Borreguero
- Bugfix utility _remove_font_cache

* Mon Apr 17 2023 Reece Boston
- Add snapred