Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More robust invocation of bash #787

Merged
merged 2 commits into from
Nov 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Next version

* adding BUILD_EXE option (default ON) allowing to build only the dagmc libs without the executable (for static and/or shared libs) (#717)
* Including installation of a CMake version file for use with `find_package` in client codes. (#722)
* CMake option to checkout PyNE submodule automatically (#734)
* CMake option to checkout PyNE submodule automatically (#734, #787)
* GitHub Action to build and upload Docker images. (#746, #748, #754, #757, #758, #759, #765, #767)
* Enforcing usage of Python3 for PyNE amalgamation. (#773)
* Adding workflow_dispatch option to docker_publish workflow (#776)
Expand Down
2 changes: 1 addition & 1 deletion src/pyne/amalgamate_pyne.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# take 2 arguments:
# $1 location of the pyne source folder
Expand Down