Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't pass both -b/-c and -r to INSTALL #639

Open
z-erica opened this issue Jan 13, 2024 · 0 comments
Open

can't pass both -b/-c and -r to INSTALL #639

z-erica opened this issue Jan 13, 2024 · 0 comments

Comments

@z-erica
Copy link

z-erica commented Jan 13, 2024

plan9port/INSTALL

Lines 6 to 24 in be7c68f

case "x$1" in
x)
;;
x-b)
dobuild=true
doinstall=false
;;
x-c)
dobuild=false
doinstall=true
;;
x-r)
shift
PLAN9_TARGET=$1
;;
*)
echo 'usage: INSTALL [-b | -c] [-r path]' 1>&2
exit 1
esac

this block only runs once per invocation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant