diff options
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 9e1ebdf3e2b..a09d988a85f 100755 --- a/make-dist +++ b/make-dist @@ -443,7 +443,7 @@ echo "Making links to \`nt/inc/netinet'" echo "Making links to \`nt/icons'" (cd nt/icons - ln [a-z]*.ico ../../../${tempdir}/nt/icons) + ln [a-z]*.ico ../../${tempdir}/nt/icons) echo "Making links to \`msdos'" (cd msdos |