Remove useless whitespace.

Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Cristian Ionescu-Idbohrn 2013-02-17 00:13:52 +01:00 committed by Dirk Hohndel
parent 44c7e02c94
commit 99159f06cc

View file

@ -44,8 +44,8 @@ $BUNDLER packaging/macosx/subsurface.bundle
# correct the paths and names
cd staging/Subsurface.app/Contents
for i in Resources/lib/gdk-pixbuf-2.0/2.10.0/loaders/* ; do
$BUNDLER_SRC/bundler/run-install-name-tool-change.sh $i $PREFIX Resources change ;
for i in Resources/lib/gdk-pixbuf-2.0/2.10.0/loaders/*; do
$BUNDLER_SRC/bundler/run-install-name-tool-change.sh $i $PREFIX Resources change
done
for i in Resources/lib/*.dylib;
do