[MPlayer-dev-eng] [PATCH]Fix spurious rebuilds
Diego Biurrun
diego at biurrun.de
Sat Apr 4 21:12:19 CEST 2009
On Sat, Apr 04, 2009 at 03:16:50AM +0200, Carl Eugen Hoyos wrote:
>
> Is head available on all target systems?
I looked it up, it's POSIX, so it should be.
> --- version.sh (revision 29136)
> +++ version.sh (working copy)
> @@ -16,7 +16,7 @@
>
> -OLD_REVISION=$(cat version.h 2> /dev/null)
> +OLD_REVISION=$(head -n1 version.h 2> /dev/null)
Place a space between the 'n' and the '1' and commit please.
Diego
More information about the MPlayer-dev-eng
mailing list