summaryrefslogtreecommitdiff
path: root/auto-installer.sh
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-04-16 11:49:13 +0100
committerNick White <git@njw.me.uk>2009-04-16 11:49:13 +0100
commit1c9428ba23149f6d07556f658270db45ddcd9ff6 (patch)
tree1d00bd93d18135c3df72943cf94089417915f15c /auto-installer.sh
parentae8f80f7ef3900af963ae1aa55ee066a907e7e3b (diff)
downloadgemrb-gameinstallers-1c9428ba23149f6d07556f658270db45ddcd9ff6.tar.bz2
gemrb-gameinstallers-1c9428ba23149f6d07556f658270db45ddcd9ff6.zip
Make patch failure non-critical
Diffstat (limited to 'auto-installer.sh')
-rwxr-xr-xauto-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-installer.sh b/auto-installer.sh
index 206523d..822fc61 100755
--- a/auto-installer.sh
+++ b/auto-installer.sh
@@ -109,7 +109,7 @@ if [ -n "$PATCHES" ]; then
-p "$PATCHDIR" \
-l "$LANGUAGE" \
-c "$CDMOUNT" \
- 1>/dev/null || diequietly
+ 1>/dev/null
fi
done
fi