Skip to content
Snippets Groups Projects
Commit 74e39fa9 authored by Alexandre Janniaux's avatar Alexandre Janniaux
Browse files

package-nuget-win: update shebang

The /usr/bin/env bash is a more standard way to select bash.
parent d964bdbc
No related branches found
No related tags found
1 merge request!10VideoLAN.LibVLC.Windows: automatically link to C++ project and provide DLL for it
#! /bin/bash
#!/usr/bin/env bash
set -e
version=${1:?"Usage: $0 <libvlc version>"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment