From: Stephen Rothwell Date: Thu, 11 Jun 2015 09:47:25 +0000 (+1000) Subject: fetch_trees: fix typo X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=30dfb14e0d46071b0af578a94b107161b3281d90;p=next-scripts fetch_trees: fix typo --- diff --git a/fetch_trees b/fetch_trees index 3928469..39f7924 100755 --- a/fetch_trees +++ b/fetch_trees @@ -16,7 +16,7 @@ fetch_git() fetch_mmotm() { ( - cd ../mmotm && { + cd ../mmotm || { echo "Cannot chdir to ../mmotm" 1>&2 return }