1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/community/apt-dater-host/apt-dater-host-fix-bashisms.patch
2018-01-10 07:57:10 +00:00

12 lines
329 B
Diff

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