index
:
mkinitcpio
master
working
Main repo at http://projects.archlinux.org/mkinitcpio.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
functions
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'functions')
-rw-r--r--
functions
3
1 files changed, 1 insertions, 2 deletions
diff --git a/functions b/functions
index 7dfec4c..93a5f7f 100644
--- a/
functions
+++ b/
functions
@@ -27,8 +27,7 @@ error() {
die() {
error "$@"
- cleanup
- exit 1
+ cleanup 1
}
get_dirname() {