On Wed, 2013-04-10 at 04:35 -0700, Luis R. Rodriguez wrote:
> +++ b/backport/scripts/are_mods_compressed
> @@ -0,0 +1,8 @@
> +#!/bin/bash
> +MODULE=$(./scripts/mod_path mac80211)
> +MODULE=${MODULE##*/}
> +if [ "$MODULE" = "mac80211.ko.gz" ]; then
> + COMPRESSION_FOUND="y"
That variable seems useless?
Also is there much value in splitting this across two scripts? Seems a
bit small to do that?
johannes
--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html