Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-tools / misc / convert-archive.in
index 0088576..a540d82 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2009-2010 Free Software Foundation, Inc.
+# Copyright (C) 2009-2010, 2015 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -64,9 +64,11 @@ func_fatal_error ()
 
 # Command-line option processing.
 
-if { { test $# = 2 || test $# = 3 || test $# = 4; } \
+if { { test $# = 2 || test $# = 3 || test $# = 4; } \
        && case "$1" in dir | cvs | git ) true;; *) false;; esac \
        && case "$2" in dir | cvs | git ) true;; *) false;; esac; }; then
+  :
+else
   echo "Usage: convert-archive {dir|cvs|git} {dir|cvs|git} [fromfile [tofile]]"
   exit 1
 fi