diff options
author | Marko Ratkaj <marko.ratkaj@sartura.hr> | 2017-11-07 06:48:09 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-11-08 23:18:22 +0100 |
commit | 73c745f64f17a0326c53e614aa0dd125b47053ec (patch) | |
tree | a74b77395a48fca61d5037ae2ffa9fb41a8e8aae /package/base-files/files/etc/group | |
parent | 74f891752b617a9f17f675f341160458c055b301 (diff) | |
download | upstream-73c745f64f17a0326c53e614aa0dd125b47053ec.tar.gz upstream-73c745f64f17a0326c53e614aa0dd125b47053ec.tar.bz2 upstream-73c745f64f17a0326c53e614aa0dd125b47053ec.zip |
functions.sh: fix default_postinst function
When we run "opkg install" on a package that installs an uci-defaults
script, functions.sh will fail to evaluate that script in its
default_postinst function.
This happens because there is no "./" present and it searches for the
file in paths specified by the PATH variable. This would work on bash,
but it will not work on ash and some other shells like sh, zsh. This
applys to the ". filename" directive used in this case.
This patch will make the path relative to the /etc/uci-defaults
directory.
Fixes: FS#1021
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Diffstat (limited to 'package/base-files/files/etc/group')
0 files changed, 0 insertions, 0 deletions