From 8c47da082b63b6aa6aafd45e1f8f7edd4459e555 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 18 Jun 2021 06:54:53 -0700 Subject: [PATCH] fix emulated build Embarrassingly broken since May 15 (commit ff8ec9bcff). Thanks Jack Rusher for reporting this. (fixes #48) --- translate_subx_emulated | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translate_subx_emulated b/translate_subx_emulated index 68490ef2..e6955032 100755 --- a/translate_subx_emulated +++ b/translate_subx_emulated @@ -30,8 +30,8 @@ cat a.tests |linux/bootstrap/bootstrap run linux/dquotes cat a.dquotes |linux/bootstrap/bootstrap run linux/pack > a.pack -cat a.pack |linux/bootstrap/bootstrap linux/survey_baremetal > labels -cat a.pack |linux/bootstrap/bootstrap linux/labels_baremetal labels > a.survey +cat a.pack |linux/bootstrap/bootstrap run linux/survey_baremetal > labels +cat a.pack |linux/bootstrap/bootstrap run linux/labels_baremetal labels > a.survey cat a.survey |linux/bootstrap/bootstrap run linux/hex > a.bin