Commit 5aaf6652 authored by Gibbs, Ian's avatar Gibbs, Ian
Browse files

bugfix, preserve cmdline args

parent ae5e4446
Loading
Loading
Loading
Loading
Loading
+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 "$@"