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

push-swap subject #2352

Closed
Bakarseck opened this issue Dec 11, 2023 · 1 comment · Fixed by #2353
Closed

push-swap subject #2352

Bakarseck opened this issue Dec 11, 2023 · 1 comment · Fixed by #2353
Assignees

Comments

@Bakarseck
Copy link

push-swap

Hello !!!
There is a problem in the audit, regarding this question

ARG=("4 67 3 87 23"); ./push-swap $ARG | ./checker $ARG

there should have been quotes at $ARG in front of push-swap and in front of checker like this

ARG=("4 67 3 87 23"); ./push-swap "$ARG" | ./checker "$ARG"
@nprimo nprimo self-assigned this Dec 11, 2023
@nprimo
Copy link
Contributor

nprimo commented Dec 11, 2023

Hi @Bakarseck, thank you for pointing this out :) Different shells can indeed interpret the current audit commands in different ways. We will update the audit commands to run to be in line with the one shown in the subject

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

Successfully merging a pull request may close this issue.

2 participants