Commit 0a2776e5 authored by Seblu's avatar Seblu
Browse files

update_config.sh: exit on error

When `makepkg --nobuild --force' fails there is no reason to try to run
`make oldconfig'.
parent 8b41a72d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
#!/bin/bash -e

[[ -e src/linux/.config ]] || makepkg --nobuild --force