1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

grafthistory: exit if a command fails

This commit is contained in:
Kalle Olavi Niemitalo 2008-02-24 22:23:39 +02:00 committed by Kalle Olavi Niemitalo
parent 31255d4a4d
commit bc42af691b

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e
#
# Graft the ELinks development history to the current tree.
#