mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 23:16:58 +02:00
* This CL deprecates the use of enter_chroot and make_chroot completely, leaving the functionality exposed only through cros_sdk. BUG=chromium-os:18750 TEST=run them Change-Id: I864960b4e25245341431c3a3950638fa569820ed Reviewed-on: http://gerrit.chromium.org/gerrit/6358 Reviewed-by: Anush Elangovan <anush@chromium.org> Tested-by: Zdenek Behan <zbehan@chromium.org>
9 lines
248 B
Bash
Executable File
9 lines
248 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# 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.
|
|
|
|
echo "This command is deprecated, please run cros_sdk $*"
|
|
exit 1
|