diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2015-12-10 15:10:42 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-10 15:21:30 +0100 |
commit | 067ef0669532b0aae183fd209c821170ae507d95 (patch) | |
tree | 5635b3a251f1eb3c36b37e86317ffb9fca423cb1 /bin/reproducible_netbsd.sh | |
parent | 15e14ee36757eabbd22286a67fdda19d3e6fd70f (diff) | |
download | jenkins.debian.net-067ef0669532b0aae183fd209c821170ae507d95.tar.xz |
reproducible *.sh fix whitespaces
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-x | bin/reproducible_netbsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index e96641fa..4b9c2583 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -25,7 +25,7 @@ create_results_dirs() { mkdir -p $BASE/netbsd/dbd } -save_netbsd_results(){ +save_netbsd_results() { local RUN=$1 local MACHINE=$2 mkdir -p $TMPDIR/$RUN/${MACHINE} |