From 64679d8bdef72193e7ad098f4a1604904bfd6a1d Mon Sep 17 00:00:00 2001 From: Mike O'Connor Date: Mon, 12 Jan 2009 21:15:24 -0500 Subject: [PATCH] dunno --- movein | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/movein b/movein index 08bb7ff..00bfcab 100755 --- a/movein +++ b/movein @@ -1,6 +1,21 @@ #!/bin/sh # # Copyright © 2008 Mike O'Connor +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the +# Free Software Foundation; either version 2, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, +# USA. set -e @@ -43,7 +58,7 @@ LOCAL_REPOS=~/.fgits MRCONFIG=~/.mrconfig MOVEIN=~/.movein -source $MOVEIN +[ -e source $MOVEIN ] && source $MOVEIN init() { -- 2.39.5