mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01: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:
parent
6366464202
commit
088091ca40
1 changed files with 1 additions and 1 deletions
2
bin/arc
2
bin/arc
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue