Godflesh 0 Light Poster

Help me please!

I have problem with this code, i get the fault mess at <1>, line 11
syntax error near uexpected token 1, what is the problem.

#!/bin/bash
typeset -i HITTA=0
typeset -i TELENUMMER=0
typeset -i ACTION=0

echo "<<<<TestNinsse“s telefonregister>>>>"
until["$ACTION" = x]

do
    case"$action" in

    "<1>")read HITTA; grep ${HITTA} telefonregister.txt;;
    "<2>")read TELENUMMER echo $TELENUMMER; >> telefonregister.txt;; 
    "<3>") cat telefonreister.txt | sed 's/$TELENUMMER//g' > telefonregister.tmp
            mv telefonregister.tmp telefonregister.txt;;
    "<4>")lpr -s nummer.txt;;

echo "Ange ditt val <1-4>, x >:"
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.