Changeset 2550 for zzuf/trunk/test/check-utils
- Timestamp:
- 07/16/08 22:53:14 (5 years ago)
- File:
-
- 1 edited
-
zzuf/trunk/test/check-utils (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/test/check-utils
r2548 r2550 92 92 exit 1 93 93 fi 94 if file /bin/cat | grep -q 'statically linked'; then94 if file /bin/cat | grep 'statically linked' >/dev/null 2>&1; then 95 95 STATIC_CAT=1 96 96 fi 97 if file /bin/dd | grep -q 'statically linked'; then97 if file /bin/dd | grep 'statically linked' >/dev/null 2>&1; then 98 98 STATIC_DD=1 99 99 fi
Note: See TracChangeset
for help on using the changeset viewer.
