Author: Robbie Harwood <rharwood@club.cc.cmu.edu>
Description: Avoid using build-time shell in built scripts for reproducibility
--- a/amplot/amplot.sh
+++ b/amplot/amplot.sh
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
 # Amanda, The Advanced Maryland Automatic Network Disk Archiver
 # Copyright (c) 1992-1998 University of Maryland at College Park
 # Copyright (c) 2007-2013 Zmanda, Inc.  All Rights Reserved.
--- a/changer-src/chg-disk.sh
+++ b/changer-src/chg-disk.sh
@@ -1,4 +1,4 @@
-#! @SHELL@
+#!/bin/sh
 #
 # Amanda, The Advanced Maryland Automatic Network Disk Archiver
 # Copyright (c) 1991-1999 University of Maryland at College Park
--- a/changer-src/chg-manual.sh
+++ b/changer-src/chg-manual.sh
@@ -1,4 +1,4 @@
-#!@SHELL@ 
+#!/bin/sh
 #
 # Exit Status:
 # 0 Alles Ok
--- a/changer-src/chg-multi.sh
+++ b/changer-src/chg-multi.sh
@@ -1,4 +1,4 @@
-#! @SHELL@
+#!/bin/sh
 #
 # Amanda, The Advanced Maryland Automatic Network Disk Archiver
 # Copyright (c) 1991-1999 University of Maryland at College Park
--- a/changer-src/chg-zd-mtx.sh
+++ b/changer-src/chg-zd-mtx.sh
@@ -1,4 +1,4 @@
-#!@SHELL@ 
+#!/bin/sh
 #
 # Exit Status:
 # 0 Alles Ok
--- a/client-src/patch-system.sh
+++ b/client-src/patch-system.sh
@@ -1,4 +1,4 @@
-#! @SHELL@
+#!/bin/sh
 #
 # patch inetd.conf and services
 # originally by Axel Zinser (fifi@hiss.han.de)
--- a/common-src/amaespipe.sh
+++ b/common-src/amaespipe.sh
@@ -1,4 +1,4 @@
-#! @SHELL@
+#!/bin/sh
 #
 # Copyright (c) 2007-2013 Zmanda Inc.  All Rights Reserved.
 # 
--- a/common-src/amcrypt-ossl-asym.sh
+++ b/common-src/amcrypt-ossl-asym.sh
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
--- a/common-src/amcrypt-ossl.sh
+++ b/common-src/amcrypt-ossl.sh
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
--- a/common-src/amcrypt.sh
+++ b/common-src/amcrypt.sh
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
 #
 # Original wrapper by Paul Bijnens
 #
--- a/server-src/amcheckdb.sh
+++ b/server-src/amcheckdb.sh
@@ -1,4 +1,4 @@
-#! @SHELL@
+#!/bin/sh
 #
 # check tapelist against database and vice versa
 #
