Files
UnrealEngineUWP/Engine/Build/BatchFiles/RunUAT.command
Josh Adams 38c2162967 - Fixed RunUAT to quote spaces coming in [ttp 340199]
#codereview michael.trepka,dmitry.rekman,ben.marsh,peter.sauerbrei

[CL 2123974 by Josh Adams in Main branch]
2014-07-01 18:01:23 -04:00

11 lines
310 B
Bash
Executable File

#!/bin/sh
## Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
##
## Unreal Engine 4 AutomationTool setup script
##
## This script uses the .command extenion so that is clickable in
## in the OSX Finder. All it does is call RunUAT.sh which does
## the real work.
exec "`dirname "$0"`"/RunUAT.sh "$@"