Re: [systemd-devel] [PATCH] udev/keymap: always use /bin/sh shebang

2012-04-08 Thread Kay Sievers
On Fri, Apr 6, 2012 at 15:47, Dave Reisner wrote: > This matches what's done in the other shell scripts in this directory. > /bin/sh can never be wrong, but prepending the rootprefix will lead to > an invalid path with a rootprefix of /usr and --enable-split-usr. The whole templating in Makefile.

[systemd-devel] [PATCH] udev/keymap: always use /bin/sh shebang

2012-04-06 Thread Dave Reisner
This matches what's done in the other shell scripts in this directory. /bin/sh can never be wrong, but prepending the rootprefix will lead to an invalid path with a rootprefix of /usr and --enable-split-usr. --- src/udev/keymap/keyboard-force-release.sh.in |2 +- 1 file changed, 1 insertion(+)