aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-01-02 21:34:36 +0100
committerPatrick Spek <p.spek@tyil.nl>2022-01-02 21:34:36 +0100
commit87659316cff2d0a1985ce7a1d9b599519514b5bd (patch)
treeb8349bc50fc92726faca64be17ffc1b509173f2c
parent8c5c5ec77de0be1ebfce75a5dc494e25c5eb77ab (diff)
Don't use $_
-rwxr-xr-x.local/bin/pkgsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/pkgsrc b/.local/bin/pkgsrc
index a851655..5f09a2d 100755
--- a/.local/bin/pkgsrc
+++ b/.local/bin/pkgsrc
@@ -105,7 +105,7 @@ action_init()
if [ ! -d "$PKGSRC_ROOT" ]
then
mkdir -p -- "${PKGSRC_ROOT%/*}"
- cd -- "$_"
+ cd -- "${PKGSRC_ROOT%/*}"
cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc
fi