diff options
Diffstat (limited to 'support/scripts/hardlink-or-copy')
-rwxr-xr-x | support/scripts/hardlink-or-copy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/hardlink-or-copy b/support/scripts/hardlink-or-copy index b046bdf059..a052318ffa 100755 --- a/support/scripts/hardlink-or-copy +++ b/support/scripts/hardlink-or-copy @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Try to hardlink a file into a directory, fallback to copy on failure. # |