]> git.ozlabs.org Git - next-scripts/commitdiff
fetch_trees: fix typo
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 11 Jun 2015 09:47:25 +0000 (19:47 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 11 Jun 2015 09:47:25 +0000 (19:47 +1000)
fetch_trees

index 3928469d2803e1affd391c228b847c26ec1c1874..39f7924d0d28003d5cc3a642997a8756586fa2b3 100755 (executable)
@@ -16,7 +16,7 @@ fetch_git()
 fetch_mmotm()
 {
        (
-               cd ../mmotm && {
+               cd ../mmotm || {
                        echo "Cannot chdir to ../mmotm" 1>&2
                        return
                }