Hey Guys, not sure how i would give that patch to you in another way yet. I found a problem using the script on FreeBSD, because we are using the PATH to bash instead of the ENV. See diff here:
diff --git a/scripts/get-repository.sh b/scripts/get-repository.sh index a6dad95..4258e8f 100755 --- a/scripts/get-repository.sh +++ b/scripts/get-repository.sh @@ -1,6 +1,6 @@ -#!/bin/bash +#!/usr/bin/env bash # -# Licence: this file is in the public deomain. +# Licence: this file is in the public domain. # # Download and configure the repositories of the website or wiki. should i just open a github issue or what ? Greets Tester J _______________________________________________ OfflineIMAP-project mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org
