X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/40eaf7806d861ac61c1585e8999983fbcddb7e94..a82630deb28823de6cd7fc0b7832766034681bf2:/version.sh diff --git a/version.sh b/version.sh index f8b111c..121a8d3 100755 --- a/version.sh +++ b/version.sh @@ -20,5 +20,5 @@ OLD_REVISION=`cat version.h 2> /dev/null` # Update version.h only on revision changes to avoid spurious rebuilds if test "$NEW_REVISION" != "$OLD_REVISION"; then - echo "$NEW_REVISION" > version.h + echo "$NEW_REVISION" > "$2" fi