Skip to content

Commit 3d97d65

Browse files
committed
Use #!/bin/bash for scripts
The scripts assume bash shells on macOS are used.
1 parent c64342b commit 3d97d65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/src/arrow/flight/sql/odbc/install/mac/install_odbc.sh

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
# Licensed to the Apache Software Foundation (ASF) under one
44
# or more contributor license agreements. See the NOTICE file

cpp/src/arrow/flight/sql/odbc/install/mac/install_odbc_ini.sh

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
# Licensed to the Apache Software Foundation (ASF) under one
44
# or more contributor license agreements. See the NOTICE file

0 commit comments

Comments
 (0)