Make it work better with FreeBSD
This commit is contained in:
2
bin/ec
2
bin/ec
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
if [ "$PARENT_REPO" == "" ] ; then
|
||||
PARENT_REPO=$(find-parent-repo)
|
||||
if [ "$PARENT_REPO" == "" ] ; then
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
grep -q broadcom.net /etc/resolv.conf
|
||||
if [ $? -eq 0 ] ; then
|
||||
mu init \
|
||||
--maildir=~/Mail/ \
|
||||
--maildir=$HOME/Mail/ \
|
||||
--my-address=paul.walker@broadcom.com
|
||||
else
|
||||
mu init \
|
||||
--maildir=~/Mail/ \
|
||||
--maildir=$HOME/Mail/ \
|
||||
--my-address=h.devore@gmail.com \
|
||||
--my-address=hdevore@gmail.com \
|
||||
--my-address=paul@blacksun.org.uk \
|
||||
|
||||
Reference in New Issue
Block a user