diff -r 9ce6d4e1b067 -r 60badcb3d8ea rpm.c --- a/rpm.c Mon Apr 07 01:03:07 2008 -0400 +++ b/rpm.c Mon Apr 07 12:29:13 2008 -0400 @@ -353,7 +353,7 @@ program = razor_rpm_get_indirect(installer->rpm, program_tag, NULL); script = razor_rpm_get_indirect(installer->rpm, script_tag, NULL); if (program == NULL && script == NULL) { - return; + return 0; } else if (program == NULL) { program = "/bin/sh"; }