Switch /bin/bash to /usr/bin/env bash

This commit is contained in:
2024-11-11 11:09:00 +00:00
parent dff406fbf0
commit 96c9025e67
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# MV=$(which smv)
if [ "$MV" == "" ] ; then
MV="mv -i"