aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/dmp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dmp b/bin/dmp
index 979a3b50..b6c878f9 100755
--- a/bin/dmp
+++ b/bin/dmp
@@ -6,6 +6,7 @@ pwsd=${pwsd%/}
[ -n "$pwsd" ] || exit
# Get the password; get all the names from find(1)
+# shellcheck disable=SC2016
pw=$(
cd -- "$pwsd" || exit
# Get all the names from find(1)