diff options
Diffstat (limited to 'tests/fuse-unmount.bash')
-rwxr-xr-x | tests/fuse-unmount.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuse-unmount.bash b/tests/fuse-unmount.bash index debae29..b36f28c 100755 --- a/tests/fuse-unmount.bash +++ b/tests/fuse-unmount.bash @@ -5,7 +5,7 @@ # # This script can be sourced or executed directly. # -function fuse-unmount { +fuse-unmount() { local MYNAME=$(basename "$BASH_SOURCE") if [[ $# -eq 0 ]] ; then echo "$MYNAME: missing argument" |