From 66321de637001ac6d216541e71a2a22591aaf20a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 19 May 2008 20:53:56 +0200 Subject: bin/bootstrap: Use /usr/bin/env --- bin/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bootstrap b/bin/bootstrap index d45597a..d3e3587 100755 --- a/bin/bootstrap +++ b/bin/bootstrap @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/usr/bin/env zsh # bootstrap - populate a home with the most necessary scripts # After running this, other packages can be installed using 'pkg' -- cgit v1.2.3