1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-19 16:38:51 +02:00

Make bin/arc less linux-centered, more UNIX-agnostic

Summary: Using /usr/bin/env in #! to allow the arc script to run as is in every UNIX OSes, like FreeBSD where bash is installed in /usr/local/bin/bash.

Test Plan: Tested on Solaris, Ubuntu, kFreeBSD/Debian and FreeBSD.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, epriestley

Maniphest Tasks: T1440

Differential Revision: https://secure.phabricator.com/D2913
This commit is contained in:
Sébastien Santoro 2012-07-03 06:34:11 -07:00 committed by epriestley
parent 6366464202
commit 088091ca40

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# NOTE: This file is a wrapper script instead of a symlink so it will work in
# the Git Bash environment in Windows.