[DRE-commits] [SCM] pkg-ruby-extras.git branch, master, updated. d2cbde9bb3d2c11aa58ff3df4a32db56c6a5b568

Antonio Terceiro terceiro at debian.org
Tue Nov 29 02:46:34 UTC 2011


The following commit has been merged in the master branch:
commit d2cbde9bb3d2c11aa58ff3df4a32db56c6a5b568
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Nov 29 00:45:28 2011 -0200

    fix make-mrconfig

diff --git a/.mrconfig b/.mrconfig
index 1aa6cac..f0fd5bc 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -8,7 +8,7 @@ lib=
         cd $1 &&
         { git branch --track upstream remotes/origin/upstream || true; } &&
         { git branch --track pristine-tar remotes/origin/pristine-tar || true; } &&
-        { echo -e "[DEFAULT]\npristine-tar = True\n" > .git/gbp.conf; } &&
+        { (echo  "[DEFAULT]"; echo "pristine-tar = True") > .git/gbp.conf; } &&
         { test -z "$DEBFULLNAME" || git config user.name "$DEBFULLNAME" || true; } &&
         { test -z "$DEBEMAIL" || git config user.email "$DEBEMAIL" || true; }
       }
diff --git a/make-mrconfig b/make-mrconfig
index e6a9772..39060dc 100755
--- a/make-mrconfig
+++ b/make-mrconfig
@@ -46,7 +46,7 @@ lib=
         cd \$1 &&
         { git branch --track upstream remotes/origin/upstream || true; } &&
         { git branch --track pristine-tar remotes/origin/pristine-tar || true; } &&
-        { echo -e \"[DEFAULT]\\npristine-tar = True\\n\" > .git/gbp.conf; } &&
+        { (echo  \"[DEFAULT]\"; echo \"pristine-tar = True\") > .git/gbp.conf; } &&
         { test -z \"\$DEBFULLNAME\" || git config user.name \"\$DEBFULLNAME\" || true; } &&
         { test -z \"\$DEBEMAIL\" || git config user.email \"\$DEBEMAIL\" || true; }
       }

-- 
pkg-ruby-extras.git



More information about the Pkg-ruby-extras-commits mailing list