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:
parent
e0c49ceb07
commit
16947224a2
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# Assumes a somewhat recent 64-bit ubuntu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user