Skip to content

Commit 4803365

Browse files
committed
Merge pull request #9 from skyzyx/feature-env
Use the environment's Bash instead of a hardcoded path.
2 parents 88b25cd + 437324f commit 4803365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git-subsplit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
#
33
# git-subsplit.sh: Automate and simplify the process of managing one-way
44
# read-only subtree splits.

0 commit comments

Comments
 (0)