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

--- a/yadm
+++ b/yadm
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # yadm - Yet Another Dotfiles Manager
 # Copyright (C) 2015-2023 Tim Byrne
 
