aboutsummaryrefslogtreecommitdiffstats
path: root/testing/apt-dater-host/apt-dater-host-fix-bashisms.patch
blob: 8af008f38d0bb3da9b8a0cc7cb948f6890f2663f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN a/apk/apt-dater-host b/apk/apt-dater-host
--- a/apk/apt-dater-host	2017-09-19 17:29:23.873543499 +0200
+++ b/apk/apt-dater-host	2017-09-19 17:29:53.406954004 +0200
@@ -168,7 +168,7 @@
 	shift
 
 	proxy="/etc/profile.d/proxy.sh"
-	[ -r $proxy ] && source $proxy
+	[ -r $proxy ] && . $proxy
 
 	cmd="$ROOT_CMD $*"
 	$cmd