summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-02-28 23:14:24 -0800
committerXiao Pan <gky44px1999@gmail.com>2024-02-28 23:14:24 -0800
commitc013ef11f7a7e473326b27edb9b462d6617d8287 (patch)
treed866c37b6388a85a7a9def38d56731aca6f2301a /sh
parent13dfec54b934922384f92826dfc7bc2fa7726223 (diff)
update
Diffstat (limited to 'sh')
-rwxr-xr-xsh/prp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/prp b/sh/prp
index 1bdab0e..9726ce4 100755
--- a/sh/prp
+++ b/sh/prp
@@ -21,7 +21,7 @@ while ! [ "$entered_pass" = "$correct_pass" ]; do
read_pass
done
-# `. /bin/prp` will set these password variables as environment variables and can be accessed by the whole shell, so I unset these just in case
+# source prp by `. /bin/prp` will set these password variables as environment variables and can be accessed by the whole shell, so I unset these just in case
unset entered_pass
unset correct_pass