Commit 2e396a47 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 1df6b050
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