Changeset 11738
- Timestamp:
- Feb 9, 2007, 1:25:03 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psconfig.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psconfig.sh
r11737 r11738 49 49 50 50 # list the defined psconfig versions 51 set show_ path= 052 if ("$argv[1]" == "--p ath") then53 set show_ path= 151 set show_configure = 0 52 if ("$argv[1]" == "--psconfigure") then 53 set show_configure = 1 54 54 shift 55 55 endif 56 56 57 57 # list the defined psconfig versions 58 set show_ ldpath= 059 if ("$argv[1]" == "-- ldpath") then60 set show_ ldpath= 158 set show_autogen = 0 59 if ("$argv[1]" == "--psautogen") then 60 set show_autogen = 1 61 61 shift 62 62 endif 63 63 64 64 # list the defined psconfig versions 65 set show_pkgpath = 0 66 if ("$argv[1]" == "--pkgpath") then 67 set show_pkgpath = 1 68 shift 69 endif 70 71 # list the defined psconfig versions 72 set show_perlpath = 0 73 if ("$argv[1]" == "--perlpath") then 74 set show_perlpath = 1 65 set show_psperlbuild = 0 66 if ("$argv[1]" == "--psperlbuild") then 67 set show_psperlbuild = 1 75 68 shift 76 69 endif
Note:
See TracChangeset
for help on using the changeset viewer.
