Fix extract goodie
This commit is contained in:
parent
8b8bed2ea1
commit
44a7d5019c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ fi
|
|||
## extract command, very useful
|
||||
if [ "${JSTMBASH_GOODIES_EXTRACT}" == "true" ]; then
|
||||
function extract(){
|
||||
if [ -n "${1}" ]; then
|
||||
if [ -z "${1}" ]; then
|
||||
echo ":: Error: No file given."
|
||||
return 1
|
||||
fi
|
||||
|
|
Reference in a new issue