From f467e2de547ac127e154c3596569898309b1e4d7 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 11 Jul 2012 13:38:27 +0900 Subject: [PATCH] Use sed's in-place option. --- tools/build_scripts/qf-release | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/build_scripts/qf-release b/tools/build_scripts/qf-release index 0a6a1e810..644f3e13c 100755 --- a/tools/build_scripts/qf-release +++ b/tools/build_scripts/qf-release @@ -69,8 +69,7 @@ cd quakeforge-$ver git checkout $tag_name cp NEWS $RELEASE if test "$tag_name" != master; then - sed -e "s/git-master/$tag_name/" configure.ac > configure.ac- - mv configure.ac- configure.ac + sed -i -e "s/git-master/$tag_name/" configure.ac fi mkdir -p linux.o qf-win32.o ./bootstrap