[FFmpeg-devel] Patch for when SVN doesn't set execute bit on version.sh

Art Clarke aclarke
Thu Jan 15 04:11:02 CET 2009


Turns out that SVN can sometimes not set the executable bit on
version.sh when pulling it down for a clean checkout.  And then
common.mak assumes it's executable, which causes the build to fail
when SVN screws up.

This fix uses the same shell that version.sh assumes (see #!/bin/sh)
to execute version.sh so that it doesn't matter what the exec-bit is
set to.

- Art
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090114/9a6a33a2/attachment.txt>



More information about the ffmpeg-devel mailing list