All pastes #2072906 Raw Edit

Anonymous

public text v1 · immutable
#2072906 ·published 2011-05-31 18:55 UTC
rendered paste body
jangliss@rhea:~$ cat test.sh 
#!/bin/sh

TYPE="sometype"
unset PATH
echo "${TYPE}" | grep type
echo "still running"


jangliss@rhea:~$ ./test.sh 
./test.sh: line 5: grep: No such file or directory
still running
jangliss@rhea:~$ echo $?
0