ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

driver: Use bash's default assignment operator for qemu_ram #149

Closed nathanchance closed 5 years ago

nathanchance commented 5 years ago

qemu_ram only needs to be assigned to something different if the default causes issues. Move the default assignment to its first use, which will make adding new architectures this script easier as there is one less variable to worry about.

nathanchance commented 5 years ago

Thanks for the review!