Skip to content

Commit

Permalink
Fix: Execute with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifer committed Sep 16, 2024
1 parent b7e67d1 commit ae81df2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git-wrapper.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
#!/bin/bash

$(dirname $0)/git.bin "$@"
EC=$?

Expand Down

0 comments on commit ae81df2

Please sign in to comment.