Skip to content

Commit c44b6bf

Browse files
committed
Add shebang to identify dev_tools/pypath as bash script
Help shellcheck to recognize bash syntax in dev_tools/pypath. Note the executable flag on `dev_tools/pypath` is deliberately off. The file is intended for sourcing from other shell sessions.
1 parent f80b42c commit c44b6bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev_tools/pypath

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
# Copyright 2018 The Cirq Developers
24
#
35
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)