Skip to content

Commit

Permalink
fix(bridge): use universal shebang for interceptor
Browse files Browse the repository at this point in the history
This makes sure the interceptor script works regardless of the
environment its running in.
  • Loading branch information
lovesegfault authored and oddlama committed Feb 24, 2023
1 parent ee75705 commit 1793e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bridge/cbridge/interceptor.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -uo pipefail

Expand Down

0 comments on commit 1793e6b

Please sign in to comment.