blob: 421e18837692877c8acc79d878ae089419126064 [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
echo "This script is deprecated and simply forwards to build-magenta.sh"
echo "Please update your scripts and workflow to call that script directly."
readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
"${SCRIPT_DIR}"/build-magenta.sh $@