1
1

Don't use non-portable "-n" option to test

This commit was SVN r5510.
Этот коммит содержится в:
Jeff Squyres 2005-04-27 10:14:45 +00:00
родитель 789a484a88
Коммит 6e7e0c03ea

Просмотреть файл

@ -48,7 +48,7 @@ for type in $types; do
# If the size matches the target size, we're done
if test -n "$target_size" -a \
if test "$target_size" != "" -a \
"$type_size" = "$target_size"; then
real_type="`echo $type | sed -e 's/:/ /'g`"
fi