mirror of
https://github.com/denoland/deno.git
synced 2025-02-12 16:59:32 -05:00
Makes shebang Linux compatible (#2694)
This commit is contained in:
parent
ac269beabe
commit
ef63ec763a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env deno run --reload --allow-run
|
#!/usr/bin/env -S deno run --reload --allow-run
|
||||||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||||
import "./unit_tests.ts";
|
import "./unit_tests.ts";
|
||||||
import { permissionCombinations, parseUnitTestOutput } from "./test_util.ts";
|
import { permissionCombinations, parseUnitTestOutput } from "./test_util.ts";
|
||||||
|
|
Loading…
Add table
Reference in a new issue