diff options
Diffstat (limited to 'tests/remove-sibling.sh')
-rwxr-xr-x | tests/remove-sibling.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/remove-sibling.sh b/tests/remove-sibling.sh index ddf81d7..c5af88a 100755 --- a/tests/remove-sibling.sh +++ b/tests/remove-sibling.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash for file in "${1%/*}"/*; do if [ "$file" != "$1" ]; then |