* toolbox: Removed a bash-ism.

This commit is contained in:
Christophe Massiot 2005-08-27 13:38:26 +00:00
parent d8a8f2de21
commit 676990db0c
1 changed files with 2 additions and 1 deletions

View File

@ -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