Skip to content

Commit

Permalink
Makes shebang Linux compatible (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeemrmn authored and ry committed Jul 31, 2019
1 parent ac269be commit ef63ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/unit_test_runner.ts
Original file line number Diff line number Diff line change
@@ -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.
import "./unit_tests.ts";
import { permissionCombinations, parseUnitTestOutput } from "./test_util.ts";
Expand Down

0 comments on commit ef63ec7

Please sign in to comment.