Skip to content

Commit 420f9f2

Browse files
committed
mkdep: Exit with a non-zero status if a command fails
This could help detect errors such as in the previous commit.
1 parent db1e124 commit 420f9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -
1+
#!/bin/sh -e
22
#
33
# Copyright (c) 1994, 1996
44
# The Regents of the University of California. All rights reserved.

0 commit comments

Comments
 (0)