Do not hardcode env

This commit is contained in:
Greg Hellings
2024-04-16 14:21:00 -05:00
parent 669068a902
commit 822e1c869d
6 changed files with 10 additions and 10 deletions
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!env bash
name="${0%.sh}"
@@ -32,4 +32,4 @@ http_directory = "distros/opensuse/tumbleweed/http/"
vbox_os_type = "OpenSUSE_Tumbleweed_64"
EOF
rm -r "${tmp}"
rm -r "${tmp}"