mirror of
https://github.com/bstansell/conserver.git
synced 2025-01-19 02:56:22 +00:00
set -e here too
This commit is contained in:
parent
b68bc50e61
commit
5decb6e739
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
curl -s -o config.guess 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess'
|
||||
curl -s -o config.sub 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user