[preview] Use env to get bash (#737)

This wasn't working on NixOS due to bash not being under `/bin`. Using `env` should make it compatible with more setups.
This commit is contained in:
Elisha Hastings
2018-11-15 02:19:17 +13:00
committed by Junegunn Choi
parent 741d7caabf
commit ad1833ecbc

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
REVERSE="\x1b[7m"
RESET="\x1b[m"