mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 18:22:25 +02:00
Imported from ../bash-2.02.tar.gz.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# try exec'ing a command that cannot be found in $PATH
|
||||
shopt -s execfail
|
||||
|
||||
exec bash-notthere
|
||||
# make sure we're still around
|
||||
echo $?
|
||||
|
||||
# now we need to go away, but this should echo 'this is ohio-state'
|
||||
exec -a ohio-state ${THIS_SH} -c 'echo this is $0'
|
||||
Reference in New Issue
Block a user