blob: 1462f9e5d346cf1fd1ee8ec33c238ac9a8666ba2 [file] [log] [blame]
Jari Aaltocce855b1998-04-17 19:52:44 +00001# try exec'ing a command that cannot be found in $PATH
2shopt -s execfail
3
4exec bash-notthere
5# make sure we're still around
6echo $?
7
8# now we need to go away, but this should echo 'this is ohio-state'
9exec -a ohio-state ${THIS_SH} -c 'echo this is $0'