mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Adding rcode for completness sake on the create_prefix function.
This commit is contained in:
parent
f6ad8f57cf
commit
47d84b9947
1 changed files with 3 additions and 0 deletions
|
@ -354,6 +354,9 @@ create_prefix() {
|
|||
prefix="${1}"
|
||||
|
||||
mkdir -p "${prefix}"
|
||||
rcode="${?}"
|
||||
|
||||
return "${rcode}"
|
||||
}
|
||||
|
||||
#--- FUNCTION ----------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue