Changeset 346
- Timestamp:
- 07/22/06 04:46:18 (2 years ago)
- Files:
-
- trunk/freewrt/scripts/scan-tools.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/scripts/scan-tools.sh
r289 r346 144 144 fi 145 145 146 if ! which gzip >/dev/null 2>&1; then 147 echo You must install gzip to continue. 148 exit 1 149 fi 150 146 151 if ! which bzip2 >/dev/null 2>&1; then 147 152 echo You must install bzip2 to continue. … … 183 188 } 184 189 EOF 185 X=$(echo 'Yay! Native compiler works.' | gmake TOPDIR=$topdir LDADD=-lz 2>&1) 190 X=$(echo 'Yay! Native compiler works.' | gzip | \ 191 gmake TOPDIR=$topdir LDADD=-lz 2>&1) 186 192 if [[ $X != *@(Native compiler works)* ]]; then 187 193 echo Cannot compile a libz test programme.


