Changeset 99d4f9d3 in freewrt for scripts/scan-tools.sh
- Timestamp:
- Jul 22, 2006, 4:46:18 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- b5ce642
- Parents:
- 7d9827e
- File:
-
- 1 edited
-
scripts/scan-tools.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scripts/scan-tools.sh
r7d9827e r99d4f9d3 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.
Note:
See TracChangeset
for help on using the changeset viewer.
