changed /bin/bash to /usr/bin/env bash

This commit is contained in:
2020-09-30 01:37:15 +02:00
parent 7c1fd864d7
commit 32b30edc2c
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
VERSION=0.4r8
DEST=$1
shift 1