index
:
docker-abuild
master
Dockerised abuild
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
dabuild.in
2
1 files changed, 1 insertions, 1 deletions
diff --git a/dabuild.in b/dabuild.in
index e1345bb..76e23ed 100755
--- a/
dabuild.in
+++ b/
dabuild.in
@@ -6,7 +6,7 @@
set -e
die () {
- printf "%s\n" "$*" >&2
+ printf >&2 "%s\n" "$@"
exit 1
}