Revision 004efc96

b/hxtool
10 10
            STEXI*|ETEXI*) flag=$(($flag^1))
11 11
            ;;
12 12
            *)
13
            test $flag -eq 1 && echo "$str"
13
            test $flag -eq 1 && printf "%s\n" "$str"
14 14
            ;;
15 15
        esac
16 16
    done

Also available in: Unified diff