Changeset 25781
- Timestamp:
- 11/24/20 14:50:51 (4 years ago)
- Location:
- issm/trunk-jpl/packagers/mac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-matlab.sh
r25780 r25781 92 92 ## Parse options 93 93 # 94 if [ $# -gt 1 ]; then 95 echo "Can use only one option at a time" 96 exit 1 97 fi 98 94 99 cleanup=0 95 100 notarize_only=0 -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python.sh
r25780 r25781 91 91 ## Parse options 92 92 # 93 if [ $# -gt 1 ]; then 94 echo "Can use only one option at a time" 95 exit 1 96 fi 97 93 98 cleanup=0 94 99 notarize_only=0
Note:
See TracChangeset
for help on using the changeset viewer.