Commit e54c1455 authored by Tamir Duberstein's avatar Tamir Duberstein

Don't hardcode bash

parent 5018c433
#!/bin/bash
#!/usr/bin/env bash
# Exit on any error.
set -e
......
#!/bin/bash
#!/usr/bin/env bash
build_cpp() {
./autogen.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment