Skip to content

Commit

Permalink
fixed handling of positional parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Nov 27, 2023
1 parent 77f0929 commit 22d85bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt/cs50/bin/valgrind
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ for arg; do
fi
done

/usr/bin/valgrind $*
/usr/bin/valgrind "$@"

0 comments on commit 22d85bb

Please sign in to comment.