1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/testing/apt-dater-host/apt-dater-host-fix-bashisms.patch
Henrik Riomar a6dde8614b testing/apt-dater-host: checkbashism in check()
Fix the last bashism as well
2017-09-20 08:59:21 +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