Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2022-08-16
2022-08-16 12:15:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a15926f5450006a57b2bec176b366cad287278fe (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
426de49da230b27113a6ce45809773403b957aca
Start script: Improved diagnostics for --program.
Print the pike command line when in verbose mode.
1044:
exitcode="$?" ROXEN_PID="" else
+
if [ $verbose -gt 0 ]; then
+
dp "Executing $truss $pike $args"|sed -e "s!`pwd`!.!g"
+
fi
if [ "x$do_pipe" = "x" ] ; then if [ "x$once" = "x1" ]; then eval "fork_roxen $truss \"$pike\" $args 2>&1"