mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-29 10:24:11 +01:00
Fix directory creation.
Remove a stale "exit" introduced by r354, causing sbopkg to exit whenever a new directory is created. Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
This commit is contained in:
parent
d02f7d8ab7
commit
52cbcbcbde
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ ck_dir() {
|
||||||
# sufficient permissions to create these directories. For now,
|
# sufficient permissions to create these directories. For now,
|
||||||
# the || exit 1 will suffice.
|
# the || exit 1 will suffice.
|
||||||
mkdir -p $1 || exit 1
|
mkdir -p $1 || exit 1
|
||||||
exit
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue