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 60... | Line 60... | ||
60 | !endif |
60 | !endif |
61 | 61 | ||
62 | !if symlink iswordof $error |
62 | !if symlink iswordof $error |
63 | The source module cannot be copied because it contains symbolic links. |
63 | The source module cannot be copied because it contains symbolic links. |
64 | !exit |
64 | !exit |
- | 65 | !endif |
|
- | 66 | ||
- | 67 | !if file_too_large iswordof $error |
|
- | 68 | The module cannot be archived, it is too large. |
|
- | 69 | !exit |
|
65 | !endif |
70 | !endif |
66 | 71 | ||
67 | !msg $error |
72 | !msg $error |