rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | README | LICENSE

commit 31684f2c1007425850a961b29357cebce23902f2
parent c45ba60fad4d16f7d17263370d0392efd49fbf8f
Author: Christoph Lohmann <20h@r-36.net>
Date:   Thu, 20 Jul 2023 12:23:21 +0200

Change sh to bash, due to debian using dash for sh.

Diffstat:
Mtmpl/compose.sh | 2+-
Mtmpl/flag.sh | 2+-
Mtmpl/fwd.sh | 2+-
Mtmpl/inc.sh | 2+-
Mtmpl/news.sh | 2+-
Mtmpl/print.sh | 2+-
Mtmpl/repl.sh | 2+-
Mtmpl/scan.sh | 2+-
Mtmpl/view.sh | 2+-
9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/tmpl/compose.sh b/tmpl/compose.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash to="" if [ $# -gt 0 ]; diff --git a/tmpl/flag.sh b/tmpl/flag.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash reset="$(tput sgr0)" titleformat="$(tput bold)" diff --git a/tmpl/fwd.sh b/tmpl/fwd.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash usage() { printf "usage: %s [-h] mailid\n" "$(basename "$1")" diff --git a/tmpl/inc.sh b/tmpl/inc.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash reset="$(tput sgr0)" titleformat="$(tput bold)" diff --git a/tmpl/news.sh b/tmpl/news.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash reset="$(tput sgr0)" titleformat="$(tput bold)" diff --git a/tmpl/print.sh b/tmpl/print.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # structure reset="$(tput sgr0)" diff --git a/tmpl/repl.sh b/tmpl/repl.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash usage() { printf "usage: $(basename $1) [-hal] mailid\n" >&2 diff --git a/tmpl/scan.sh b/tmpl/scan.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash reset="$(tput sgr0)" titleformat="$(tput bold)" diff --git a/tmpl/view.sh b/tmpl/view.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # structure reset="$(tput sgr0)"