[vlc-commits] contrib change_prefix.sh: exit successfully

Rafaël Carré git at videolan.org
Wed Dec 21 21:57:43 CET 2011


vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | 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 <jb at videolan.org>

> 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



More information about the vlc-commits mailing list