diff options
Diffstat (limited to 'community/apt-dater-host/apt-dater-host-fix-bashisms.patch')
| -rw-r--r-- | community/apt-dater-host/apt-dater-host-fix-bashisms.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/apt-dater-host/apt-dater-host-fix-bashisms.patch b/community/apt-dater-host/apt-dater-host-fix-bashisms.patch new file mode 100644 index 0000000000..8af008f38d --- /dev/null +++ b/community/apt-dater-host/apt-dater-host-fix-bashisms.patch @@ -0,0 +1,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 |
