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