Skip to content

Commit 1837e9c

Browse files
committed
Improve comment
1 parent 94c72d5 commit 1837e9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dew.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ DEW_DIGEST=${DEW_DIGEST:-12}
171171

172172
if [ -L "$0" ]; then
173173
if ! printf %s\\n "$(basename "$0")" | grep -qE '^dew'; then
174+
# Default to an image name based on the name of the symlink, and forces help
175+
# and logging to keep using dew
174176
DEW_IMAGE=$(basename "$0")
175177
MG_CMDNAME=dew.sh
176178
# shellcheck disable=SC2034 # Var is used by logging

0 commit comments

Comments
 (0)