mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
fix misplaced #if
This commit is contained in:
parent
473dae080a
commit
d571c08c25
@ -102,8 +102,8 @@ int wait_pid(int *wstat, int pid)
|
||||
|
||||
int spawn_and_wait(char **argv)
|
||||
{
|
||||
#if ENABLE_FEATURE_PREFER_APPLETS
|
||||
int rc;
|
||||
#if ENABLE_FEATURE_PREFER_APPLETS
|
||||
const struct bb_applet *a = find_applet_by_name(argv[0]);
|
||||
|
||||
if (a && (a->nofork
|
||||
|
Loading…
Reference in New Issue
Block a user