Remove bashism from debian/25_fix-nfs-legacy-sniffers.patch (closes #994153)
'echo -e' works if /bin/sh is bash, but under dash you will get a '-e' in the output.
There does not seem to be a need for -e to be passed to echo.
'echo -e' works if /bin/sh is bash, but under dash you will get a '-e' in the output.
There does not seem to be a need for -e to be passed to echo.