sbt-native-packager
sbt-native-packager copied to clipboard
Make bash script more robust
trafficstars
Use this bash guide to find possible bugs and make the bash script more robust.
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
Just a request for a release note here when you implement these, we have some bashScriptExtraDefines that will most definitely fail with -e. :)
At the moment I added set -e only to the debian controlscripts as lintian comlained.
Hopefully I will find sometime to do this and I will make a big note when it's done :)