From 0db15ce230c25ac6668e88ca5dd8b39d75e91b14 Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 19 Feb 2016 23:48:55 +0800 Subject: [PATCH] more portable if bash is not in the default path. --- le.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/le.sh b/le.sh index b3848385..90f8335f 100755 --- a/le.sh +++ b/le.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash VER=1.1.7 PROJECT="https://github.com/Neilpang/le"