diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-10-10 05:22:37 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-10-10 05:22:37 (GMT) |
commit | e8fdb8f0f7d2c61608953786563c39b0b219a8c7 (patch) | |
tree | d0a4c0fe12b71021293b6da7f7730a7ffbc3b23b /tools/install-deps | |
parent | 3b69d427163793a46009af10ae25c6995813848c (diff) | |
download | mxe-e8fdb8f0f7d2c61608953786563c39b0b219a8c7.zip mxe-e8fdb8f0f7d2c61608953786563c39b0b219a8c7.tar.gz mxe-e8fdb8f0f7d2c61608953786563c39b0b219a8c7.tar.bz2 |
run make cleanup-style
Diffstat (limited to 'tools/install-deps')
-rwxr-xr-x | tools/install-deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install-deps b/tools/install-deps index 1047afd..96b981f 100755 --- a/tools/install-deps +++ b/tools/install-deps @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -xue |