Added NORUN option to pnd_apps_exec, which goes as far as pnd_run but then skips...
authorskeezix <skeezix@flotsam-vm.(none)>
Sat, 6 Mar 2010 04:32:07 +0000 (23:32 -0500)
committerskeezix <skeezix@flotsam-vm.(none)>
Sat, 6 Mar 2010 04:32:07 +0000 (23:32 -0500)
commitce5e0c26353f590b9700daaf0c2ac931fac5d8fc
treef2622c2a1c566e438302649aca4aeb2e01cec861
parent14dd63bf5d7db220457903234056e882b6ecd711
Added NORUN option to pnd_apps_exec, which goes as far as pnd_run but then skips it. It records the pnd_run.sh
line to a buffer, which can then be retrieved. Thus, an app can find out how to run an app without depending on
pnd_apps_exec to actually run it.
include/pnd_apps.h
lib/pnd_apps.c