Fix "./update-version-h.sh: Bad substitution"

This commit is contained in:
Mike Gelfand 2017-01-15 01:02:45 +03:00
parent fd93316466
commit 8f51cf7e21
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ else
rm -f "$vcs_revision_file"
fi
vcs_revision=${vcs_revision:0:10}
vcs_revision=`echo $vcs_revision | head -c10`
cat > libtransmission/version.h.new << EOF
#pragma once