Loading rpm/nsd-app-wrap.spec +1 −1 Original line number Diff line number Diff line Name: nsd-app-wrap Version: 2.7 Version: 2.8 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading src/nsd-app-wrap.sh +2 −2 Original line number Diff line number Diff line Loading @@ -107,8 +107,8 @@ pixi_launch() { path_to_manifest="${PIXI_PREFIX%/}/${PIXI_ENV}" # Verify path_to_manifest works if [ ! -f "${path_to_manifest}" ]; then # Verify path_to_manifest directory exists if [ ! -d "${path_to_manifest}" ]; then echo "No pixi environment found at ${path_to_manifest}" exit 1 fi Loading Loading
rpm/nsd-app-wrap.spec +1 −1 Original line number Diff line number Diff line Name: nsd-app-wrap Version: 2.7 Version: 2.8 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading
src/nsd-app-wrap.sh +2 −2 Original line number Diff line number Diff line Loading @@ -107,8 +107,8 @@ pixi_launch() { path_to_manifest="${PIXI_PREFIX%/}/${PIXI_ENV}" # Verify path_to_manifest works if [ ! -f "${path_to_manifest}" ]; then # Verify path_to_manifest directory exists if [ ! -d "${path_to_manifest}" ]; then echo "No pixi environment found at ${path_to_manifest}" exit 1 fi Loading