Whamcloud - gitweb
handle .tgz files
[fs/lustre-release.git] / build / lmake
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)