Xilinx / video-sdk

https://xilinx.github.io/video-sdk
Other
31 stars 14 forks source link

Shebang shoud be top of a file #27

Closed anjn closed 2 years ago

anjn commented 2 years ago

Some scripts will not work as expected in Ubuntu since the default shell of Ubuntu is /bin/dash and a shebang #!/bin/bash is not at the top of the files. For example, the latency_test script doen't work in Ubuntu.

ThomasXilinx commented 2 years ago

Thanks for reporting the issue. We will provide updated version of the scripts shortly.