summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index b081f76..82e7cb2 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -29,7 +29,7 @@ die () {
check_sed () {
QUUX=$(echo foox | sed -r 's/^fo{2}(.)$/quu\1/')
- if ([ ! $QUUX = 'quux' ]) {
+ if ([ "$QUUX" != 'quux' ]) {
warn "sed is not working properly. This may produce unexpected behaviour.\n"
}
}