Skip to content

Commit 027f2ba

Browse files
committed
devops: enable goma.sh debugging info
1 parent 822f7cb commit 027f2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser_patches/chromium/goma.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -e
3-
set +x
3+
set -x
44

55
trap "cd $(pwd -P)" EXIT
66
cd "$(dirname $0)"

0 commit comments

Comments
 (0)