Files
UnrealEngineUWP/Engine/Build/BatchFiles/Mac/GitDependenciesHook.sh
Ben Marsh 530369c613 Merging //UE4/Dev-Main to Dev-Build (//UE4/Dev-Build)
#rb none
#rnx

[CL 4662695 by Ben Marsh in Dev-Build branch]
2018-12-14 14:49:12 -05:00

14 lines
326 B
Bash
Executable File

#!/bin/sh
# Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
set -e
SCRIPT_PATH=$0
if [ -h $SCRIPT_PATH ]; then
SCRIPT_PATH=$(dirname $SCRIPT_PATH)/$(readlink $SCRIPT_PATH)
fi
cd $(dirname $SCRIPT_PATH)
# Swallow the arguments passed in to this script; we don't need them when running a hook
./GitDependencies.sh