diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-11-27 00:23:55 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-11-27 00:23:55 +0100 |
commit | e41d072e6a95b912c5c55855e7bab5f8744bda7b (patch) | |
tree | 8edde7e1da81da594e64083a8e8ddd1f44b19fbc | |
parent | 40dce2b681387f27e24c735ac1d5e37e2fdb710d (diff) |
download: Fix minor typos to make it work on Windows.feature/rip-build-repo
-rwxr-xr-x | download | 4 | ||||
-rw-r--r-- | post_download.in | 3 |
2 files changed, 3 insertions, 4 deletions
@@ -30,7 +30,7 @@ if [ ! -d clone ] ; then ./g clone fi if [ -z "$TARFILE_LOCATION" ]; then - . ./*.Set.sh + . ./*[Ee]nv.[Ss]et.sh fi if [ ! -d "$TARFILE_LOCATION" ]; then @@ -156,7 +156,7 @@ done rm $TARFILE_LOCATION/tmp/*-* cd $start_dir -if [ -e post_download ] ; +if [ -e post_download ] ; then ./post_download fi diff --git a/post_download.in b/post_download.in index 674d6b10e..b17f39527 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 |