blob: dae5f8f6dd17e6a98909bc536b143e64bd1e9f4b [file] [log] [blame]
# Copyright 2017 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.
# Allow `sudo dev_install` and `sudo emerge` to work by preserving the
# active LD_LIBRARY_PATH settings.
# https://crbug.com/535771
alias sudo='sudo LD_LIBRARY_PATH="${LD_LIBRARY_PATH}"'