vlc | branch: master | Rafaël Carré <[email protected]> | Tue Dec 20 23:25:13 2011 -0500| [0a896b6beeced94f5a234afbc1aa751c2c4d8a60] | committer: Rafaël Carré
contrib change_prefix.sh: exit successfully > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0a896b6beeced94f5a234afbc1aa751c2c4d8a60 --- contrib/src/change_prefix.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/contrib/src/change_prefix.sh b/contrib/src/change_prefix.sh index f1f693f..d114241 100755 --- a/contrib/src/change_prefix.sh +++ b/contrib/src/change_prefix.sh @@ -74,3 +74,5 @@ for file in `find . -type f`; do process "$file" fi done + +exit 0 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
