From 5766fde1979a46b1bcd6693249ab5441672ab0d2 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Sat, 14 Jun 2014 14:29:43 -0700 Subject: [PATCH] use /usr/bin/env since that always exists. on arch (other distros?), /bin does not exist --- validate-generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate-generate.sh b/validate-generate.sh index 6507fbb..8d2f091 100755 --- a/validate-generate.sh +++ b/validate-generate.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Generate font files with FontForge, and a CSS declaration for this font.