Changeset 11577 for issm/branches/trunk-jpl-damage/src/m/utils/Shell
- Timestamp:
- 02/29/12 13:35:30 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage ¶
- Property svn:ignore
-
TabularUnified
old new 17 17 stamp-h1 18 18 svn-commit* 19 nightlylog
-
- Property svn:mergeinfo changed
/issm/trunk merged: 11239-11240,11329,11334,11344,11384,11527
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/src/m ¶
-
Property svn:ignore
set to
Makefile.in
Makefile
-
Property svn:ignore
set to
-
issm/branches/trunk-jpl-damage/src/m/utils ¶
-
Property svn:ignore
set to
Makefile.in
Makefile
-
Property svn:ignore
set to
-
issm/branches/trunk-jpl-damage/src/m/utils/Shell ¶
-
Property svn:ignore
set to
Makefile.in
Makefile
-
Property svn:ignore
set to
-
TabularUnified issm/branches/trunk-jpl-damage/src/m/utils/Shell/issmdir.m ¶
r6612 r11577 5 5 % ISSM_DIR=issmdir() 6 6 7 ISSM_DIR =getenv('ISSM_DIR'); 7 if ~ispc, 8 ISSM_DIR =getenv('ISSM_DIR'); 9 else 10 ISSM_DIR =getenv('ISSM_DIR_WIN'); 11 end 8 12 9 13 if (isempty(ISSM_DIR)), -
TabularUnified issm/branches/trunk-jpl-damage/src/m/utils/Shell/issmtier.m ¶
r6612 r11577 5 5 % ISSM_TIER=issmtier() 6 6 7 ISSM_TIER =getenv('ISSM_TIER'); 7 if ~ispc, 8 ISSM_TIER =getenv('ISSM_TIER'); 9 else 10 ISSM_TIER =getenv('ISSM_TIER_WIN'); 11 if strcmpi(ISSM_TIER(end),'/') | strcmpi(ISSM_TIER(end),'\'), 12 ISSM_TIER = ISSM_TIER(1:end-1); %shave off the last '/' 13 end 14 end 8 15 9 16 if (isempty(ISSM_TIER)),
Note:
See TracChangeset
for help on using the changeset viewer.