fix shebang select-xamarin-sdk.sh

This commit is contained in:
Aleksandr Chebotov
2020-10-29 11:20:29 +03:00
parent 7fed7dc67c
commit 45a3f22ba9

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e -o pipefail
if [ -z "$1" ]; then
echo "No Xamarin SDK specified."
exit 0