Skip to content

Commit

Permalink
auto-pkgsrc-wip-checkout: Add cd $(auto-pkgsrc-dir)
Browse files Browse the repository at this point in the history
  • Loading branch information
outpaddling committed Oct 21, 2023
1 parent d120c14 commit 43b62f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions User-scripts/auto-pkgsrc-wip-checkout
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh -e

cd $(auto-pkgsrc-dir)

printf "pkgsrc-wip username? [none] "
read username
if [ 0$username = 0 ]; then
Expand Down

0 comments on commit 43b62f0

Please sign in to comment.