Change the shebang of configure_ubuntu.sh from sh to bash

because the script it's using the bash only variable BASH_SOURCE
This commit is contained in:
windrammer 2019-07-20 16:13:52 -06:00 committed by oldmud0
parent e0c49ceb07
commit 16947224a2

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# Assumes a somewhat recent 64-bit ubuntu # Assumes a somewhat recent 64-bit ubuntu