Index: /issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-matlab.sh
===================================================================
--- /issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-matlab.sh	(revision 25890)
+++ /issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-matlab.sh	(revision 25891)
@@ -70,25 +70,8 @@
 ## Parse options
 #
-# NOTE: Checking if more than three arguments because the first two contain 
-#		the repository credentials
-#
-if [ $# -gt 3 ]; then
+if [ $# -gt 1 ]; then
 	echo "Can use only one option at a time"
 	exit 1
 fi
-
-# Retrieve repository credentials
-#
-# NOTE: This is not very secure, but better than maintaining the credentials in 
-#		plaintext
-#
-# TODO: Either maintain credentials in a secret file on node, or write out 
-#		crendentials to file in Jenkins 'Execute shell' and source it in each 
-#		script that requires them
-#
-export ISSM_BINARIES_REPO_USER="${1}" # NOTE: This is not very secure, but 
-shift
-export ISSM_BINARIES_REPO_PASS="${1}" # NOTE: This is not very secure
-shift
 
 # NOTE: We could do this with binary switching (i.e. 0011 to sign and transfer, 
Index: /issm/trunk-jpl/packagers/mac/transfer-issm-mac-binaries-matlab.sh
===================================================================
--- /issm/trunk-jpl/packagers/mac/transfer-issm-mac-binaries-matlab.sh	(revision 25890)
+++ /issm/trunk-jpl/packagers/mac/transfer-issm-mac-binaries-matlab.sh	(revision 25891)
@@ -74,5 +74,8 @@
 
 # Retrieve signed and notarized package
-svn up ${SIGNED_REPO_COPY}/${COMPRESSED_PKG}
+svn update \
+	--username ${ISSM_BINARIES_REPO_USER} \
+	--password ${ISSM_BINARIES_REPO_PASS} \
+	${SIGNED_REPO_COPY}/${COMPRESSED_PKG}
 
 # Transfer signed package to ISSM Web site
