Exfatprogs 1.3.0 => 1.3.1 (#14055)

This commit is contained in:
Ed Reel
2026-01-05 21:00:40 -06:00
committed by GitHub
parent a6c0372f72
commit d296a6e320
6 changed files with 11 additions and 14 deletions

2
tests/package/e/exfatprogs Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
for b in $(crew files exfatprogs | grep /usr/local/sbin); do $b -V 2>&1; done