]> git.madduck.net Git - etc/mrsetup.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

make sure we are in ~
authormartin f. krafft <madduck@madduck.net>
Thu, 22 May 2008 08:12:28 +0000 (10:12 +0200)
committermartin f. krafft <madduck@madduck.net>
Thu, 22 May 2008 08:12:28 +0000 (10:12 +0200)
mrsetup

diff --git a/mrsetup b/mrsetup
index a91f8032a35bdcc383b77614ddc7a494d34de558..a1ba709d0ab32f9b4450f8315d8134b1616c7429 100755 (executable)
--- a/mrsetup
+++ b/mrsetup
@@ -30,6 +30,8 @@ if [ ! -x "$(command -v git)" ]; then
   exit 2
 fi
 
   exit 2
 fi
 
+cd $HOME
+
 if [ -e .mrconfig ]; then
   echo E: .mrconfig already exists. >&2
   exit 3
 if [ -e .mrconfig ]; then
   echo E: .mrconfig already exists. >&2
   exit 3