Index: trunk/pstamp/scripts/pstamp_new_request.sh
===================================================================
--- trunk/pstamp/scripts/pstamp_new_request.sh	(revision 16592)
+++ trunk/pstamp/scripts/pstamp_new_request.sh	(revision 16675)
@@ -47,10 +47,12 @@
 # Invoke the data store registration script
 echo $request_file chip n/a | dsreg -dsdir $DATA_STORE -add -type PSTAMP $PRODUCT $fileset_id
+
 status=$?
-if [[ $status != 0 ]]; then
+if [[ $status != 0 ]] ; then
     echo dsreg failed: $status
     rm -r $dir_path
     exit $status
-end
+fi
 
 exit 0
+
