View difference between Paste ID: argby7nh and N7HZF2J0
SHOW: | | - or go back to the newest paste.
1
case "${Environment}" in
2
    '12.04' )
3-
        ${code}='precise' ;;
3+
        code='precise' ;;
4
    '14.04' )
5-
        ${code}='trusty' ;;
5+
        code='trusty' ;;
6
    '15.10' )
7-
    	${code}='vivid' ;;
7+
    	code='vivid' ;;
8-
esac
8+
esac
9
10
# if you want other processes to see it too, export it:
11
export code