Skip to content

Commit

Permalink
Merge pull request #342 from jrperritt/master
Browse files Browse the repository at this point in the history
add parentheses to update func
  • Loading branch information
jrperritt committed Sep 21, 2015
2 parents 857bf72 + 5cba622 commit 7f2300b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ get_version() {
#
# Helper function to do replace; this should work across operating systems
#
update {
update() {
TMP_FILE=$(mktemp "$1")
sed -e "$2" "$3" > "$TMP_FILE"
chmod 0644 "$TMP_FILE"
Expand Down

0 comments on commit 7f2300b

Please sign in to comment.