d05afb5dbd
- Why I did it Rename platform x86_64-mlnx_msn4800 to x86_64-nvidia_msn4800 - How I did it Rename platform folder as well as all code that reference the platform name - How to verify it Manual test
5 lines
64 B
Bash
Executable File
5 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
|
|
declare -r EXIT_SUCCESS="0"
|
|
exit "${EXIT_SUCCESS}"
|