Skip to content

Commit

Permalink
Merge pull request #787 from svalinn/system_find_bash
Browse files Browse the repository at this point in the history
More robust invocation of bash
  • Loading branch information
pshriwise authored Nov 13, 2021
2 parents fbd0cdb + 7036dfc commit 0d07a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 0d07a74

Please sign in to comment.