diff options
author | Roy Marples <roy@marples.name> | 2007-08-04 20:35:05 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-08-04 20:35:05 +0000 |
commit | 1e4357ad01ad7d0f97aa760ebb0ad4d281bc7eda (patch) | |
tree | 4bade75f7c2ac41bc8e22e8c4eea67a463bab11c /src/rc.c | |
parent | 3e5526fd764a2701575e73e88293933c4e7bbd45 (diff) |
Boot properly when we cannot set an early font, #187628.
Diffstat (limited to 'src/rc.c')
-rw-r--r-- | src/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -671,7 +671,7 @@ static void run_script (const char *script) { } while (! WIFEXITED (status) && ! WIFSIGNALED (status)); if (! WIFEXITED (status) || ! WEXITSTATUS (status) == 0) - exit (EXIT_FAILURE); + eerrorx ("%s: failed to exec `%s'", applet, script); } #include "_usage.h" |