Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Fixes bash syntax #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixes bash syntax #101

wants to merge 1 commit into from

Conversation

mztriz
Copy link

@mztriz mztriz commented Oct 7, 2019

Fix quoted variables and negated test -z resulting in a needless double-negative. You can just use the -n operator instead:

# Identical tests to verify that a value is assigned
[ ! -z foo ] # Not has no value
[ -n foo ]   # Has value

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant