tell the user not to trust the build scripts that are generated generated by edje_decc

SVN revision: 13755
This commit is contained in:
tsauerbeck 2005-03-16 18:46:47 +00:00 committed by tsauerbeck
parent 057ae3dfa5
commit bc8470ccd9
1 changed files with 4 additions and 0 deletions

View File

@ -280,6 +280,10 @@ output(void)
#ifndef WIN32
chmod(out, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP);
#endif
printf("\n*** CAUTION ***\n"
"Please check the build script for anythin malicious "
"before running it!\n\n");
}
eet_close(ef);
}