Add shebang line and specify error handling options in dist.sh script.

This commit is contained in:
Volodymyr Sapsai 2013-10-20 17:43:09 +00:00
parent c07c4f8363
commit 60f090d9ea
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
##===--------- dist.sh - package up binary distribution of IWYU -----------===##
#
# The LLVM Compiler Infrastructure
@ -7,6 +8,8 @@
#
##===----------------------------------------------------------------------===##
set -eu
# Create clean dist directory
rm -rf dist
mkdir dist