This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cce13d6539
freebsd-nq
/
bin
/
sh
/
tests
/
builtins
/
command3.0.stdout
8 lines
48 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add test cases for the command built-in, including its -v and -V options which I'll commit real soon. Count the number of found test cases instead of hard-coding them. Allow an arbitrary exit status.
2005-10-28 14:02:42 +00:00
/bin/ls
true
/bin/ls
fun
break
if
sh: Solve the alias recursion problem in a less hackish way. Add the space to avoid alias recursion when the alias is expanded, not when it is added. As a result, displaying an alias via command -v, command -V or type no longer erroneously appends a space. Adjust the tests so they now require this bug to be absent.
2014-01-24 16:40:51 +00:00
alias foo=bar
Reference in New Issue
Copy Permalink