diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-11-29 11:05:10 +0100 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-11-30 20:25:22 -0600 |
commit | be729b00869a12bca0b7b114dcecbad3f3585e6c (patch) | |
tree | 2b565808df26f2a3ace76001bfbadd5d4b634259 /post_download.in | |
parent | 4a8e692f6bab49de18d37f9fdf7ba998396523a5 (diff) |
download: Fix minor typos to make it work on Windows.
Diffstat (limited to 'post_download.in')
-rw-r--r-- | post_download.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/post_download.in b/post_download.in index 674d6b10ec78..b17f39527fdf 100644 --- a/post_download.in +++ b/post_download.in @@ -10,8 +10,7 @@ echo "********************************************************************" dnl =================================================================== dnl The following is a list of supported systems. dnl =================================================================== -#defaults unless the os test overrides this: - +AC_CANONICAL_SYSTEM case "$build_os" in solaris*) _os=SunOS |