From fa7065f0d484c7b83182bc84442f89a76d603ca9 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 14 Jun 2018 10:44:40 +0100 Subject: [PATCH] run: save run.sh to the right directory for qemu --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 3fa375a..f7fc7d3 100755 --- a/run +++ b/run @@ -324,4 +324,4 @@ if "$tmux"; then eval "./tmu ./rungdb -a '${arch} -L ${common_linux_variant}' -n ${common_run_id} ${tmux_args}" fi fi -"${root_dir}/eeval" "$cmd" "${common_gem5_run_dir}/run.sh" +"${root_dir}/eeval" "$cmd" "${common_run_dir}/run.sh"