Skip to content

Commit a522117

Browse files
committed
Remove nounbound.
The right name is actually nounset, but that fails because of a reference to $1 in makecrx.sh, which gets sourced.
1 parent e21f05b commit a522117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-chromium.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Build the extension and run a chromium extension with it installed.
44
#
5-
set -o errexit -o xtrace -o nounbound
5+
set -o errexit -o xtrace
66
cd $(dirname $0)
77
source makecrx.sh
88
PROFILE_DIRECTORY="$(mktemp -d)"

0 commit comments

Comments
 (0)