Rev 7703 | Rev 12043 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7703 | Rev 11457 | ||
---|---|---|---|
Line 59... | Line 59... | ||
59 | !endif |
59 | !endif |
60 | 60 | ||
61 | !if symlink iswordof $error |
61 | !if symlink iswordof $error |
62 | The source module cannot be copied because it contains symbolic links. |
62 | The source module cannot be copied because it contains symbolic links. |
63 | !exit |
63 | !exit |
- | 64 | !endif |
|
- | 65 | ||
- | 66 | !if file_too_large iswordof $error |
|
- | 67 | The module cannot be archived, it is too large. |
|
- | 68 | !exit |
|
64 | !endif |
69 | !endif |
65 | 70 | ||
66 | !msg $error |
71 | !msg $error |