Page MenuHomePhorge

No OneTemporary

diff --git a/bin/arc b/bin/arc
index d90715e7..059a5cbe 100755
--- a/bin/arc
+++ b/bin/arc
@@ -1,21 +1,21 @@
-#!/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.
# Do bash magic to resolve the real location of this script through aliases,
# symlinks, etc.
SOURCE="${BASH_SOURCE[0]}";
while [ -h "$SOURCE" ]; do
LINK="$(readlink "$SOURCE")";
if [ "${LINK:0:1}" == "/" ]; then
# absolute symlink
SOURCE="$LINK"
else
# relative symlink
SOURCE="$(cd -P "$(dirname "$SOURCE")" && pwd)/$LINK"
fi
done;
DIR="$(cd -P "$(dirname "$SOURCE")" && pwd)"
exec $DIR/../scripts/arcanist.php "$@"

File Metadata

Mime Type
text/x-diff
Expires
Sun, Jan 19, 18:02 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127213
Default Alt Text
(725 B)

Event Timeline