PERFORCE change 95651 for review
soc-andrew
soc-andrew at FreeBSD.org
Thu Apr 20 01:34:26 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=95651
Change 95651 by soc-andrew at soc-andrew_serv on 2006/04/20 01:34:22
500_install_os.lua needs POSIX to be defined
Affected files ...
.. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/install/500_install_os.lua#8 edit
Differences ...
==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/install/500_install_os.lua#8 (text+ko) ====
@@ -10,6 +10,8 @@
-- 5) clean up
--
+local POSIX = require("posix")
+
return {
id = "install_os",
name = _("Install OS"),
More information about the p4-projects
mailing list