From 30dfb14e0d46071b0af578a94b107161b3281d90 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 11 Jun 2015 19:47:25 +1000 Subject: [PATCH] fetch_trees: fix typo --- fetch_trees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5