diff options
Diffstat (limited to 'scripts/update-sys')
-rwxr-xr-x | scripts/update-sys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-sys b/scripts/update-sys index bcfbfa84e..268184428 100755 --- a/scripts/update-sys +++ b/scripts/update-sys @@ -50,7 +50,7 @@ config $archsym EOF if [ "${system}" = "toolchain" -o "${system}" = "qemu" ];then - sys=${system}-$cpuarch + sys=${system}-$arch else sys=$system fi |