PATCH
J
mailinglists at 927589452.de
Sat Jan 28 11:40:30 GMT 2017
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
More information about the OfflineIMAP-project
mailing list