aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/han.bash1
-rw-r--r--bin/mked.sh1
-rw-r--r--bin/mkvi.sh1
-rw-r--r--bin/qat.sh1
4 files changed, 0 insertions, 4 deletions
diff --git a/bin/han.bash b/bin/han.bash
index 2cac9d4e..5e5d67c2 100644
--- a/bin/han.bash
+++ b/bin/han.bash
@@ -1,5 +1,4 @@
# Abstract calls to Bash help vs man(1)
-self=han
# Ensure we're using at least version 3.0
# shellcheck disable=SC2128
diff --git a/bin/mked.sh b/bin/mked.sh
index 93e21573..24a61de8 100644
--- a/bin/mked.sh
+++ b/bin/mked.sh
@@ -1,4 +1,3 @@
-#!/bin/sh
# Create paths to all files before invoking editor
for file do
mkdir -p -- "${file%/*}" || exit
diff --git a/bin/mkvi.sh b/bin/mkvi.sh
index c5974383..ac5c6229 100644
--- a/bin/mkvi.sh
+++ b/bin/mkvi.sh
@@ -1,4 +1,3 @@
-#!/bin/sh
# Create paths to all files before invoking editor
for file do
mkdir -p -- "${file%/*}" || exit
diff --git a/bin/qat.sh b/bin/qat.sh
index 31f5e8dd..19acbf5a 100644
--- a/bin/qat.sh
+++ b/bin/qat.sh
@@ -1,4 +1,3 @@
-#!/bin/sh
restore() {
if [ -n "$stty" ] ; then
stty "$stty"