- Timestamp:
- 02/15/23 16:58:35 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-matlab.sh
r27569 r27580 23 23 shopt -s expand_aliases 24 24 25 # From https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes, 25 # NOTE: For some reason, calling svn from within the context of this script 26 # gives, 26 27 # 27 # Command line tool support for Subversion — including svn, git-svn, and 28 # related commands — is no longer provided by Xcode. (50266910) 28 # svn: command not found 29 29 # 30 # which results in, 30 # even though it is installed via Homebrew and available at the following 31 # path. 31 32 # 32 # svn: error: The subversion command line tools are no longer provided by 33 # Xcode. 34 # 35 # when calling svn, even when subversion is installed via Homebrew and its path 36 # is available in PATH. 37 # 38 # NOTE: May be able to remove this after updating macOS. 39 # 40 #alias svn='/usr/local/bin/svn' 33 alias svn='/usr/local/bin/svn' 41 34 42 35 ## Override certain other aliases
Note:
See TracChangeset
for help on using the changeset viewer.