summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Resource/Init/gs_init.ps10
1 files changed, 5 insertions, 5 deletions
diff --git a/Resource/Init/gs_init.ps b/Resource/Init/gs_init.ps
index 83918a96f..5ff9f635e 100644
--- a/Resource/Init/gs_init.ps
+++ b/Resource/Init/gs_init.ps
@@ -2034,7 +2034,7 @@ readonly def
2034 << 2034 <<
2035 /PermitFileReading [ 2035 /PermitFileReading [
2036 currentuserparams /PermitFileReading get aload pop 2036 currentuserparams /PermitFileReading get aload pop
2037 //tempfilepaths aload pop 2037 [//tempfilepaths aload pop] (*) .generate_dir_list_templates
2038 /FONTPATH .systemvar (*) .generate_dir_list_templates 2038 /FONTPATH .systemvar (*) .generate_dir_list_templates
2039 % Library files : 2039 % Library files :
2040 /LIBPATH .systemvar (*) .generate_dir_list_templates 2040 /LIBPATH .systemvar (*) .generate_dir_list_templates
@@ -2049,15 +2049,15 @@ readonly def
2049 [ currentsystemparams /GenericResourceDir get] (*) .file_name_separator (*) 2049 [ currentsystemparams /GenericResourceDir get] (*) .file_name_separator (*)
2050 concatstrings concatstrings .generate_dir_list_templates 2050 concatstrings concatstrings .generate_dir_list_templates
2051 } if 2051 } if
2052 currentuserparams /ICCProfilesDir known {currentuserparams /ICCProfilesDir get} if 2052 currentuserparams /ICCProfilesDir known {[currentuserparams /ICCProfilesDir get] (*) .generate_dir_list_templates} if
2053 ] 2053 ]
2054 /PermitFileWriting [ 2054 /PermitFileWriting [
2055 currentuserparams /PermitFileWriting get aload pop 2055 currentuserparams /PermitFileWriting get aload pop
2056 //tempfilepaths aload pop 2056 [//tempfilepaths aload pop] (*) .generate_dir_list_templates
2057 ] 2057 ]
2058 /PermitFileControl [ 2058 /PermitFileControl [
2059 currentuserparams /PermitFileControl get aload pop 2059 currentuserparams /PermitFileControl get aload pop
2060 //tempfilepaths aload pop 2060 [//tempfilepaths aload pop] (*) .generate_dir_list_templates
2061 ] 2061 ]
2062 /LockFilePermissions //true 2062 /LockFilePermissions //true
2063 >> setuserparams 2063 >> setuserparams
@@ -2140,7 +2140,7 @@ SAFER { .setsafeglobal } if
2140 /.setshapealpha % transparency-example.ps 2140 /.setshapealpha % transparency-example.ps
2141 /.endtransparencygroup % transparency-example.ps 2141 /.endtransparencygroup % transparency-example.ps
2142 /.setdotlength % Bug687720.ps 2142 /.setdotlength % Bug687720.ps
2143 /.sort /.setdebug /.mementolistnewblocks /getenv 2143 /.sort /.mementolistnewblocks /getenv
2144 2144
2145 /.makeoperator /.setCPSImode % gs_cet.ps, this won't work on cluster with -dSAFER 2145 /.makeoperator /.setCPSImode % gs_cet.ps, this won't work on cluster with -dSAFER
2146 2146