Added PO file. For some reason the Japanese PO file has a parse error, so omitted...
[virt-ctrl.git] / virt-ctrl / rebuild-icons.sh
index 399e182..cef020d 100755 (executable)
 
 # Generate vc_icons.ml
 
-echo <<'EOF'
+cat <<'EOF'
 (* The file vc_icons.ml is automatically generated from rebuild-icons.sh
  * Any changes you make will be lost.
  *)
 
 EOF
-echo
 
 # Open any modules which may use icons.
 echo "open Vc_connection_dlg"