change interpreter to bash

the script only works with bash (checked with mksh - fails)
This commit is contained in:
XGQT 2020-04-28 21:12:45 +02:00
parent 212c9cdbc9
commit 7b96b8302a
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
OLDDIR=$PWD OLDDIR=$PWD