mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
Fix "./update-version-h.sh: Bad substitution"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user