diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-09 14:50:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-09 14:50:20 +0200 |
commit | 9fe131c7e09c8cf7b409c1da82d9cea2183a65d9 (patch) | |
tree | a4e417db9948c6c92743c232938f75a017d500f6 | |
parent | b2600b80b6a962a291a096e80f8c5f7be9029bf6 (diff) | |
download | jenkins.debian.net-9fe131c7e09c8cf7b409c1da82d9cea2183a65d9.tar.xz |
reproducible netbsd: actually use $MAGIC_SIGN
-rwxr-xr-x | bin/reproducible_netbsd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 1d32b3da..0ae94db9 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -170,13 +170,13 @@ cat > $PAGE <<- EOF <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> - <title>Reproducible NetBSD ?</title> + <title>Reproducible NetBSD $MAGIC_SIGN</title> <link rel='stylesheet' href='global.css' type='text/css' media='all' /> </head> <body> <div id="logo"> <img src="NetBSD-smaller.png" /> - <h1>Reproducible NetBSD ?</h1> + <h1>Reproducible NetBSD $MAGIC_SIGN</h1> </div> <div class="content"> <div class="page-content"> |