Skip to content

Commit

Permalink
maint: trying to fix tag.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Apr 5, 2017
1 parent 4df8ef3 commit cd21d25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# by updating the appropriate files with the
# revision numbers

# Ensure we have access to module command
source ~/.bashrc

function read_num {
local n=$1 ; shift
grep -e "^$n" setup.py | sed -e "s!$n[[:space:]]*=[[:space:]]*\(.*\)!\1!"
Expand Down

0 comments on commit cd21d25

Please sign in to comment.