Skip to content

Commit

Permalink
Minor cosmetic updates
Browse files Browse the repository at this point in the history
p4raw-id: //depot/vmsperl@4822
  • Loading branch information
Charles Bailey committed Jan 20, 2000
1 parent 146174a commit 8560c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.com
Expand Up @@ -166,8 +166,8 @@ $ P'i' = P'i' - "f"
$ config_sh = P'i'
$ IF (F$SEARCH(config_sh).NES."")
$ THEN
$ test = F$FILE_ATTRIBUTES(config_sh,"PRO")
$ IF (F$LOCATE("R",test).NE.F$LENGTH(test))
$ test_config_sh = F$FILE_ATTRIBUTES(config_sh,"PRO")
$ IF (F$LOCATE("R",test_config_sh).NE.F$LENGTH(test_config_sh))
$ THEN
$ CONTINUE !at this point check UIC && if test allows...
$ !to be continued ?
Expand Down Expand Up @@ -2078,7 +2078,7 @@ $ ENDIF
$ EXIT
$ ENDSUBROUTINE ! Bad_environment
$ echo ""
$ echo4 "%Config-I-VMS, Checking for dangerous pre extant global symbols and logical names."
$ echo4 "%Config-I-VMS, Checking for dangerous pre-existing global symbols and logical names."
$ CALL Bad_environment "TMP"
$ CALL Bad_environment "LIB"
$ CALL Bad_environment "T"
Expand Down

0 comments on commit 8560c20

Please sign in to comment.