command error
This commit is contained in:
@@ -11,11 +11,12 @@ function blabla {
|
||||
|
||||
function suite {
|
||||
command_not_found
|
||||
echo $nope
|
||||
grep nope nope
|
||||
exit
|
||||
exit 10 # youpi
|
||||
echo $nope
|
||||
return 7
|
||||
return
|
||||
exit
|
||||
}
|
||||
|
||||
blabla
|
||||
|
||||
Reference in New Issue
Block a user