vlc/vlc-1.2 | branch: master | Rafaël Carré <[email protected]> | Tue Dec 20 23:25:13 2011 -0500| [6cd34873393159033953a8f8526f3ec48f1c0633] | committer: Jean-Baptiste Kempf
contrib change_prefix.sh: exit successfully (cherry picked from commit 0a896b6beeced94f5a234afbc1aa751c2c4d8a60) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=6cd34873393159033953a8f8526f3ec48f1c0633 --- 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
