large-file-support: fix missing function for running manually The function die is provided by portage when running as a hook, and is missing when running manually. This CL adds a simple die() implementation just like what was done for eqawarn(). BUG=b:205061175 TEST=Run ./hooks/install/large-file-support.sh <path_to_so> Change-Id: Iadbb6dd80cdc3f6bb80639c59a17353b73c2faef Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosutils/+/5098789 Auto-Submit: Shik Chen <shik@chromium.org> Reviewed-by: Greg Edelston <gredelston@google.com> Tested-by: Shik Chen <shik@chromium.org> Commit-Queue: Greg Edelston <gredelston@google.com>
src/scripts directoryThis repository contains build tools and scripts written in shell (e.g., Bash). Historically, much of our build process was written in shell in this directory, however, we're currently in the process of migrating many scripts to Python in Chromite.
In general, we're not currently accepting new scripts in this directory.
If you want to host a script for yourself/local team, feel free to use the src/platform/dev/contrib/ directory instead.