| commit | 7a58ab019b250a66287a1c91ba3693fef3e15b77 | [log] [tgz] |
|---|---|---|
| author | Eric Sandeen <sandeen@redhat.com> | Mon Apr 30 21:26:24 2018 -0500 |
| committer | Eric Sandeen <sandeen@redhat.com> | Mon Apr 30 21:26:24 2018 -0500 |
| tree | 46c48f273e067e24cb04a0d77011188859cd8b0a | |
| parent | 9048c8ba2bc22c1254892667be19d0d69fda2901 [diff] |
fsck.xfs: do not use 'function' keyword
It was pointed out on irc that fsck.xfs uses the 'function' keyword
although it invokes /bin/sh - 'function' is a bashism. It's not needed
here, so just remove it.
Fixes: 04a2d5d ("fsck.xfs: allow forced repairs using xfs_repair")
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>