Changeset 16675 for trunk/pstamp/scripts/pstamp_new_request.sh
- Timestamp:
- Feb 26, 2008, 2:49:12 PM (18 years ago)
- Location:
- trunk/pstamp/scripts
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp_new_request.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts
-
Property svn:ignore
set to
Makefile.in
Makefile
-
Property svn:ignore
set to
-
trunk/pstamp/scripts/pstamp_new_request.sh
r16592 r16675 47 47 # Invoke the data store registration script 48 48 echo $request_file chip n/a | dsreg -dsdir $DATA_STORE -add -type PSTAMP $PRODUCT $fileset_id 49 49 50 status=$? 50 if [[ $status != 0 ]] ; then51 if [[ $status != 0 ]] ; then 51 52 echo dsreg failed: $status 52 53 rm -r $dir_path 53 54 exit $status 54 end 55 fi 55 56 56 57 exit 0 58
Note:
See TracChangeset
for help on using the changeset viewer.
