Bash-4.1 distribution source
This commit is contained in:
@@ -12,3 +12,7 @@ foo*) echo retest ;;&
|
||||
*bar) echo and match ;;&
|
||||
qux) echo but not this ;;
|
||||
esac
|
||||
|
||||
case a in
|
||||
a) echo no more clauses;&
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user