Description: Bash term in posix shell
 This script is marked as running under /bin/sh, but it seems to use a
 feature found in bash but not in the SUSv3 or POSIX shell specification.
Author: Angel Abad <angel@debian.org>
Bug: https://github.com/TheLocehiliosan/yadm/issues/94
Last-Update: 2022-04-16

--- yadm-3.2.1.orig/yadm
+++ yadm-3.2.1/yadm
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # yadm - Yet Another Dotfiles Manager
 # Copyright (C) 2015-2022 Tim Byrne
 
