From ac6712fed3fbabe9b4a0f9b0baa9a7af3f0c0a4e Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Thu, 23 Aug 2012 08:07:38 -0700 Subject: [PATCH] Drop the dead enter_chroot error script. BUG=None TEST=n/a; anything using this path was already broke. Change-Id: Ie120009a633ef58115bc0ec8eb0a62b273226440 Reviewed-on: https://gerrit.chromium.org/gerrit/31215 Commit-Ready: Brian Harring Tested-by: Brian Harring Reviewed-by: Mike Frysinger --- enter_chroot.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 enter_chroot.sh diff --git a/enter_chroot.sh b/enter_chroot.sh deleted file mode 100755 index 0fe2b43c3c..0000000000 --- a/enter_chroot.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 $*" -# Run 'gclient' to sync depot_tools. Just in case. -gclient &> /dev/null -exit 1