1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

* toolbox: Removed a bash-ism.

This commit is contained in:
Christophe Massiot 2005-08-27 13:38:26 +00:00
parent d8a8f2de21
commit 676990db0c

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