blob: d8aafa0e48f612434b5b5fd6e578fd50d1f25ee7 [file] [log] [blame]
#!/bin/bash
# Copyright (c) 2011 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.
# TODO(wiley) Remove this on July 20 2015.
echo 'Did you mean to run `cros_workon` (note, no ./)?'
echo ''
echo 'The logic in this script has moved.'
echo 'If simply running `cros_workon` does not work, sync your SDK and run:'
echo ''
echo ' /mnt/host/source/src/scripts/update_chroot; hash -r'
echo ''
exit 1