diff options
Diffstat (limited to 'Source/CPack/cmCPackSTGZGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackSTGZGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackSTGZGenerator.h b/Source/CPack/cmCPackSTGZGenerator.h index 5d7ead8..79ebf34 100644 --- a/Source/CPack/cmCPackSTGZGenerator.h +++ b/Source/CPack/cmCPackSTGZGenerator.h @@ -41,7 +41,7 @@ protected: const std::vector<std::string>& files); virtual int InitializeInternal(); int GenerateHeader(std::ostream* os); - virtual const char* GetOutputExtension() { return "sh"; } + virtual const char* GetOutputExtension() { return ".sh"; } }; #endif |