Commit 2bc08da7 authored by Gibbs, Ian's avatar Gibbs, Ian
Browse files

Merge branch 'i0x-main-patch-141d' into 'main'

bugfix, preserve cmdline args

See merge request !57
parents ae5e4446 c2d97101
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
Name:           nsd-app-wrap
Version:        1.63
Version:        1.64
Release:        1%{?dist}
Summary:        Wrapper scripts to launch python applications installed via anaconda
Vendor:         Peter F. Peterson
@@ -88,6 +88,10 @@ install -m 644 desktop/garnet.desktop %{buildroot}%{_datadir}/a
%{_prefix}/share/applications/*

%changelog

* Wed Apr 17 2024 Ian Gibbs
- bugfix, expgui passthrough cmdline

* Wed Apr 17 2024 Ian Gibbs
- Add expgui wrapper script

+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@ __main() {

  # use inline variable assignment to set PATH
  # when invoking the EXPGUI runtime
  PATH="${path_revised}" /SNS/software/gsas/expgui/expgui
  PATH="${path_revised}" /SNS/software/gsas/expgui/expgui "$@"
}

__main
__main "$@"