diff --git a/exec/syncjslint.js b/exec/syncjslint.js
index fecdc250d7676c578a5f55d2163fcdab8ef194d5..f8a4887318de9d97d25893ebc03b5d06fe02a2ee 100644
--- a/exec/syncjslint.js
+++ b/exec/syncjslint.js
@@ -185,7 +185,7 @@ SOFTWARE.
     global,js,system,server,client,user,bbs,console,msg_area,
     file_area,xtrn_area,MsgBase,File,Queue,Socket,User,COM,CryptContext,
 	LOG_EMERG, LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_ERROR, LOG_WARNING, LOG_NOTICE,
-	LOG_INFO, LOG_DEBUG
+	LOG_INFO, LOG_DEBUG, fullpath
 
     paranoidbrace, multiload, noradix, noescapement, poorrelations,
     noliteral, noextracomma
@@ -713,6 +713,7 @@ var JSLINT = function () {
 			list_named_queues	: true,
 			flags_str	: true,
 			login		: true,
+			fullpath	: true,
 
 			argc		: true,
 			argv		: true,