Sync Spanish manual
[claws.git] / tools / textviewer.sh
old mode 100644 (file)
new mode 100755 (executable)
index 6a5c071..38c8894
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # textviewer.sh
 # Copyright 2003 Luke Plant <L.Plant.98@cantab.net>
@@ -133,7 +133,7 @@ case "$FNAME" in
        *.xls)  TYPE=EXCEL      ;;
 esac
 
-if [ "$TYPE" == "" ]   
+if [ "$TYPE" = "" ]
 then
        case $FILETYPE in 
                *"HTML"*)       TYPE=HTML ;;