diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2014-09-04 07:11:40 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2014-09-04 07:11:40 +0100 |
commit | 4dafd1990d923c759e15d85aeab2637ca2137309 (patch) | |
tree | 39a1d7d7d2aa29ebb6a976baf4d17d6a766b94ac | |
parent | 9573986cf27ff44814f3efb1f1e95638406db456 (diff) | |
download | linux-baserock/jjardon/new_linux-api-headers.tar.gz |
Remove ERR from trap list as this seems to cause problems with ashbaserock/jjardon/new_linux-api-headers
-rw-r--r-- | scripts/link-vmlinux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh index 86a4fe75f453..f1ecc5b83abf 100644 --- a/scripts/link-vmlinux.sh +++ b/scripts/link-vmlinux.sh @@ -111,7 +111,7 @@ sortextable() } # Delete output files in case of error -trap cleanup SIGHUP SIGINT SIGQUIT SIGTERM ERR +trap cleanup SIGHUP SIGINT SIGQUIT SIGTERM cleanup() { rm -f .old_version |