summaryrefslogtreecommitdiffstats
path: root/petitboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'petitboot.c')
-rw-r--r--petitboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/petitboot.c b/petitboot.c
index fc72fd8..0b6828b 100644
--- a/petitboot.c
+++ b/petitboot.c
@@ -791,7 +791,7 @@ twin_bool_t pboot_event_filter(twin_screen_t *screen,
/* Another gross hack for booting back to gameos */
case KEY_BACKSPACE:
case KEY_DELETE:
- system("boot-game-os");
+ system(BOOT_GAMEOS_BIN);
pboot_quit();
}
case TwinEventKeyUp:
OpenPOWER on IntegriCloud