aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/md.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/shrc.d/md.sh')
-rw-r--r--sh/shrc.d/md.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/shrc.d/md.sh b/sh/shrc.d/md.sh
index 1f8a8aaf..7085d258 100644
--- a/sh/shrc.d/md.sh
+++ b/sh/shrc.d/md.sh
@@ -26,5 +26,6 @@ md() {
fi
# Save the specified path in the marked directory var
+ # shellcheck disable=SC2034
PMD=$1
}