We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef19ae8 commit f1c91a3Copy full SHA for f1c91a3
tools/update_deleted_packages.sh
@@ -23,7 +23,7 @@
23
# 2. For each of the directories, get all directories that contains a BUILD.bazel file.
24
# 3. Sort and remove duplicates.
25
26
-set -euxo pipefail
+set -euo pipefail
27
28
DIR="$(dirname $0)/.."
29
cd $DIR
0 commit comments