replace source with .

source searches in $PATH which should not be necessary and might be
problematic.
This commit is contained in:
Simon Ruderich
2015-12-05 14:26:53 +01:00
parent 2f3ee624c5
commit 5fedf3b3ca

View File

@@ -2,7 +2,7 @@
set -e
source config.sh
. ./config.sh
urlbase64() {
base64 -w 0 | sed -r 's/=*$//g' | tr '+/' '-_'