Skip to content

Commit ba5fef9

Browse files
make sure the short names are consistent
1 parent 2a7e6e1 commit ba5fef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/makesetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
273273
if test ${#mod} -gt 8
274274
then
275275
first4="`echo $mod | cut -c1-4`"
276-
rand="$(mktemp --dry-run XXXX)"
276+
rand="`echo $mod | md5sum | cut -c1-4`"
277277
mod83="$first4$rand"
278278
file83="$srcdir/$mod83\$(EXT_SUFFIX)"
279279
else

0 commit comments

Comments
 (0)