mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Correct spelling
This commit is contained in:
parent
36e2a9d3bd
commit
2a8577d7fe
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ EOF
|
||||||
if ($fsType eq "btrfs") {
|
if ($fsType eq "btrfs") {
|
||||||
my ($status, @id_info) = runCommand("btrfs subvol show $rootDir$mountPoint");
|
my ($status, @id_info) = runCommand("btrfs subvol show $rootDir$mountPoint");
|
||||||
if ($status != 0 || join("", @msg) =~ /ERROR:/) {
|
if ($status != 0 || join("", @msg) =~ /ERROR:/) {
|
||||||
die "Failed to retreive subvolume info for $mountPoint\n";
|
die "Failed to retrieve subvolume info for $mountPoint\n";
|
||||||
}
|
}
|
||||||
my @ids = join("", @id_info) =~ m/Object ID:[ \t\n]*([^ \t\n]*)/;
|
my @ids = join("", @id_info) =~ m/Object ID:[ \t\n]*([^ \t\n]*)/;
|
||||||
if ($#ids > 0) {
|
if ($#ids > 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue