From 676990db0c6938beb1b4891658381ae7df4a2c26 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Sat, 27 Aug 2005 13:38:26 +0000 Subject: [PATCH] * toolbox: Removed a bash-ism. --- toolbox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolbox b/toolbox index 477415b530..ae80d3a90c 100755 --- a/toolbox +++ b/toolbox @@ -451,7 +451,8 @@ then VLC_CHANGESET='exported' fi - cat >| ${file}.tmp << EOF + rm -f ${file}.tmp + cat > ${file}.tmp << EOF /* DO NOT EDIT THIS FILE - IT IS REGENERATED AT EVERY COMPILE - * IT GIVES BETTER TRACKING OF VLC STABLE AND DEVELOPMENT VERSIONS * WHETHER THEY ARE BUILT BY OTHERS OR DURING DEVELOPMENT OR FOR THE