diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-14 20:48:46 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-14 20:48:46 +0200 |
commit | 752a647be13ad76a09c406de1928dd8d36edba2d (patch) | |
tree | f8ae06b0256cb326902e75f6e6522fc8274d91fe | |
parent | 97a0bdcef69ca69db74cfeb3129b2df9736b83b1 (diff) | |
download | vim-polyglot-752a647be13ad76a09c406de1928dd8d36edba2d.tar.gz vim-polyglot-752a647be13ad76a09c406de1928dd8d36edba2d.zip |
fix: Use bash for build scriptv1.2.1
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash set -E |