scripts/build/tools/sstrip.sh
changeset 204 1d9231eecc9b
parent 161 be4484f10ac7
child 265 4d5beae7cb87
     1.1 --- a/scripts/build/tools/sstrip.sh	Sat Jun 16 18:08:14 2007 +0000
     1.2 +++ b/scripts/build/tools/sstrip.sh	Wed Jul 04 21:56:14 2007 +0000
     1.3 @@ -41,6 +41,12 @@
     1.4              if [ -f "${CT_TARBALLS_DIR}/sstrip.c" ]; then
     1.5                  return 0
     1.6              fi
     1.7 +            if [ -f "${CT_LOCAL_TARBALLS_DIR}/sstrip.c" ]; then
     1.8 +                CT_DoLog EXTRA "Copying \"sstrip.c\" from local copy"
     1.9 +                cp -v "${CT_LOCAL_TARBALLS_DIR}/sstrip.c"   \
    1.10 +                      "${CT_TARBALLS_DIR}/sstrip.c"         2>&1 |CT_DoLog ALL
    1.11 +                return 0
    1.12 +            fi
    1.13              CT_Pushd "${CT_TARBALLS_DIR}"
    1.14              CT_DoLog EXTRA "Retrieving \"sstrip\" (from buildroot's svn)"
    1.15              http_data=`lynx -dump "${sstrip_url}"`