backports: fix install script return code
authorJohannes Berg <johannes.berg@intel.com>
Wed, 17 Apr 2013 14:04:42 +0000 (16:04 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 17 Apr 2013 14:04:42 +0000 (16:04 +0200)
commit7df10939fa961d7ca16f0313d0891eb07b198035
tree1cd6111324916d7e6e719f4ee359ddc5bf013152
parent6e254269afb76c52356033f614c4e533cf3cc247
backports: fix install script return code

My "test ... && ..." trick won't work with set -e since
then the script will fail, use a proper if.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/scripts/compress_modules.sh