]> gitweb.fluxo.info Git - metadot.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Aug 2017 17:14:35 +0000 (14:14 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Aug 2017 17:14:35 +0000 (14:14 -0300)
metadot

diff --git a/metadot b/metadot
index 3c4f1117f01e3b689e10585baa75e785f93a698d..bc929f3caa35e6e95089a4387c6374d5d683b3d8 100755 (executable)
--- a/metadot
+++ b/metadot
@@ -160,8 +160,8 @@ function metadot_fetch {
 function metadot_merge {
   if [ -d "$DOT/.git" ]; then
     (
-    cd $DOT && $GIT merge origin/master                 && \\
-               $GIT submodule sync          --recursive && \\
+    cd $DOT && $GIT merge origin/master                 && \
+               $GIT submodule sync          --recursive && \
                $GIT submodule update --init --recursive
     )
   fi