Skip to content

Commit

Permalink
ios-toolchain: build.sh: ignore 'git clean' return status
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoechtrager committed Dec 28, 2014
1 parent 3d19853 commit 59d21d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage_examples/ios_toolchain/build.sh
Expand Up @@ -112,7 +112,7 @@ echo "*** building cctools / ld64 ***"
echo ""

pushd ../../cctools &>/dev/null
git clean -fdx . &>/dev/null
git clean -fdx . &>/dev/null || true
./autogen.sh
./configure --target=$TRIPLE --prefix=$TARGETDIR
make -j4 && make install
Expand Down

0 comments on commit 59d21d2

Please sign in to comment.