Skip to content

Commit e0b62ad

Browse files
committed
Fix mktemp crash
1 parent 6518ada commit e0b62ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/chromium.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ "$1" == "--justrun" ]; then
1717
shift
1818
./makecrx.sh
1919
echo "running Chromium"
20-
./utils/mktemp.sh
20+
source utils/mktemp.sh
2121

2222
PROFILE_DIRECTORY="$(mktemp -d)"
2323
trap 'rm -r "$PROFILE_DIRECTORY"' EXIT

0 commit comments

Comments
 (0)