]> Kevux Git Server - fll/commit
Update: implement fll_execute_program and fix fll_execute_path
authorKevin Day <kevin@kevux.org>
Fri, 9 Mar 2012 01:27:55 +0000 (19:27 -0600)
committerKevin Day <kevin@kevux.org>
Fri, 9 Mar 2012 01:27:55 +0000 (19:27 -0600)
commit3682b009b84ff4aae2f370a6e1b650767509eb3e
tree46372e11e9b0f4bfa9f8e8ad9f7cc89058cd5e4f
parent5f84f400c548ebd28b4dac8554e3a839d988f144
Update: implement fll_execute_program and fix fll_execute_path

This adds fll_execute_program and changes how fll_execute_path works to function properly.
Prior to this change, fll_execute_path did not set the first argument which would cause the programs argv[0] to not be equivalent to the program name.

This also corrects a few mistakes where level_1 syntax and comments were not changed to level_2.
level_2/fll_execute/c/execute.c
level_2/fll_execute/c/execute.h