Whamcloud - gitweb
handle .tgz files
authorjacob <jacob>
Thu, 2 Jun 2005 19:48:14 +0000 (19:48 +0000)
committerjacob <jacob>
Thu, 2 Jun 2005 19:48:14 +0000 (19:48 +0000)
build/lbuild
build/lmake

index 49888f7..b657ce2 100755 (executable)
@@ -307,7 +307,7 @@ tarflags()
        '')
            fatal 1 "tarflags(): File name argument missing."
            ;;
-       *.tar.gz)
+       *.tar.gz | *.tgz)
            echo 'zxf'
            ;;
        *.tar.bz2)
index 36c64e9..b3e38ff 100755 (executable)
@@ -266,7 +266,7 @@ tarflags()
        '')
            fatal 1 "tarflags(): File name argument missing."
            ;;
-       *.tar.gz)
+       *.tar.gz | *.tgz)
            echo 'zxf'
            ;;
        *.tar.bz2)