From: Alexander Barton Date: Tue, 18 Aug 2015 08:46:04 +0000 (+0200) Subject: backup-script-wrapper: Use bash X-Git-Url: https://arthur.ath.cx/gitweb/?a=commitdiff_plain;h=985f3c45e7ab15b31e943317385ab84b7436ef90;p=backup-script.git backup-script-wrapper: Use bash backup-script itself already uses /bin/bash, so we don't loose portability. And now we can use nice bash features in the future ;-) --- diff --git a/bin/backup-script-wrapper b/bin/backup-script-wrapper index 7da3208..f877a5b 100755 --- a/bin/backup-script-wrapper +++ b/bin/backup-script-wrapper @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # backup-script system for cloning systems using rsync # Copyright (c)2008-2015 Alexander Barton, alex@barton.de