lukem
ab72f65dcd
Don't try and use single quotes in the RHS of a ${ :+ } expansion
because /bin/sh needs a different syntax than ksh (and bash, etc). Use a more obvious and less error prone method. (This complicated use of ${:+} was only used to build the su command when running as a separate user, but could always cause problems.) Problem noted by Hubert Feyrer in conjunction with /etc/rc.d/sshd.
…
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%