#!/bin/sh | |
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# Compatibility hack to keep things in $PATH for users until we're ready to | |
# deprecate this tool entirely. | |
exec /mnt/host/source/src/scripts/cros_workon_make "$@" |