Skip to content

Commit 63cd2cf

Browse files
committed
Use bash in openstack-config
We reference BASH_SOURCE
1 parent 35610c1 commit 63cd2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/openstack-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
SCRIPT=${BASH_SOURCE[0]}
44
TOOLS_PATH=$(dirname ${SCRIPT})

0 commit comments

Comments
 (0)