Skip to content

Commit 077b629

Browse files
eliawaiting-for-dev
andcommitted
Support an empty $DEBUG var in bin/sandbox
Co-Authored-By: Marc Busqué <marc@lamarciana.com>
1 parent 1b74282 commit 077b629

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • lib/solidus_dev_support/templates/extension/bin

lib/solidus_dev_support/templates/extension/bin/sandbox.tt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#!/usr/bin/env bash
22

33
set -e
4-
if [ -n "$DEBUG" ]
5-
then
6-
set -x
7-
fi
4+
test -z "${DEBUG+empty_string}" || set -x
85

96
case "$DB" in
107
postgres|postgresql)

0 commit comments

Comments
 (0)