Make binsizes work, even if /usr/src isn't there

This commit is contained in:
Ben Gras 2005-09-30 11:52:53 +00:00
parent 7de574f035
commit 7ba508eb17

View file

@ -1,6 +1,6 @@
#!/bin/sh
t=/usr/src/etc/binary_sizes
t=/etc/binary_sizes
if [ "$#" -ne 1 ]
then echo "Usage: $0 <big|normal>"