Skip to content

Commit

Permalink
Expand the path
Browse files Browse the repository at this point in the history
  • Loading branch information
ianohara committed Feb 4, 2025
1 parent 975fd3e commit d76a122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/setup_22.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SQUID_REPO_PATH="$HOME/Desktop/Squid"
for i in "$@"; do
case $i in
-r=*|--repo_path=*)
SQUID_REPO_PATH="${i#*=}"
SQUID_REPO_PATH="$(cd "${i#*=}" && pwd)"
shift
;;
-*|--*)
Expand Down

0 comments on commit d76a122

Please sign in to comment.