- Timestamp:
- 2016-10-26T09:12:42+13:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/hathitrust/solr-extracted-features/trunk/_RUN.bash
r30926 r30927 10 10 11 11 if [ "x$json_filelist" = "x" ] ; then 12 echo "_RUN.bash: Failed to set 'json_filelist'" 1> 212 echo "_RUN.bash: Failed to set 'json_filelist'" 1>&2 13 13 exit 14 14 fi 15 15 16 16 if [ "x$input_dir" = "x" ] ; then 17 echo "_RUN.bash: Failed to set 'input_dir'" 1> 217 echo "_RUN.bash: Failed to set 'input_dir'" 1>&2 18 18 exit 19 19 fi 20 20 21 21 if [ "x$output_dir" = "x" ] ; then 22 echo "_RUN.bash: Failed to set 'output_dir'" 1> 222 echo "_RUN.bash: Failed to set 'output_dir'" 1>&2 23 23 exit 24 24 fi
Note:
See TracChangeset
for help on using the changeset viewer.