Skip to content

Commit

Permalink
Fix typo in 0cd768f
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Oct 19, 2016
1 parent af94c90 commit 7937872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
replace_ver()
{
echo "replacing in $1..."
$SED -e "s@$2@$3@g" -in-place $1
$SED -e "s@$2@$3@g" --in-place $1
}

VER_FULL=$1
Expand Down

0 comments on commit 7937872

Please sign in to comment.