Skip to content

Commit

Permalink
Fix typo in mac pkg build script. (#864)
Browse files Browse the repository at this point in the history
The typo has been doubling the size of the package and in some
cases removing files in the working repository so that there is a
spurious '+' in the version hash.
  • Loading branch information
nrnhines committed Dec 16, 2020
1 parent c02aaf3 commit 45bf522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mac/clean-for-pkg-cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if test "$1" = "" ; then
exit
fi

NRN_INSTALL="$1"
NRN_INST="$1"
CPU=x86_64

#strip the dylibs
Expand Down

0 comments on commit 45bf522

Please sign in to comment.