diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-19 20:53:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-19 20:53:56 +0200 |
commit | 66321de637001ac6d216541e71a2a22591aaf20a (patch) | |
tree | fd5b9baee22039bfae8a6bf73aeb1ba5c6ea34b5 /bin | |
parent | 7f00954498bec0793cd20e56d01349a9fe2494cc (diff) |
bin/bootstrap: Use /usr/bin/env
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
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' |