We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6518ada commit e0b62adCopy full SHA for e0b62ad
test/chromium.sh
@@ -17,7 +17,7 @@ if [ "$1" == "--justrun" ]; then
17
shift
18
./makecrx.sh
19
echo "running Chromium"
20
- ./utils/mktemp.sh
+ source utils/mktemp.sh
21
22
PROFILE_DIRECTORY="$(mktemp -d)"
23
trap 'rm -r "$PROFILE_DIRECTORY"' EXIT
0 commit comments