mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
fsck.bcachefs: convert to POSIX sh
This commit is contained in:
parent
6c9e9b675c
commit
1c0c62559f
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
SDIR="$(dirname "$(readlink -f "$0")")"
|
||||
exec "$SDIR/bcachefs" fsck "$@"
|
||||
SDIR="$(readlink -f "$0")"
|
||||
exec "${SDIR%/*}/bcachefs" fsck "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user