Ignore:
Timestamp:
2016-10-26T09:12:42+13:00 (7 years ago)
Author:
davidb
Message:

Fixed silly typo in stdout redirect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/solr-extracted-features/trunk/_RUN.bash

    r30926 r30927  
    1010
    1111if [ "x$json_filelist" = "x" ] ; then
    12     echo "_RUN.bash: Failed to set 'json_filelist'" 1>2
     12    echo "_RUN.bash: Failed to set 'json_filelist'" 1>&2
    1313    exit
    1414fi
    1515
    1616if [ "x$input_dir" = "x" ] ; then
    17     echo "_RUN.bash: Failed to set 'input_dir'" 1>2
     17    echo "_RUN.bash: Failed to set 'input_dir'" 1>&2
    1818    exit
    1919fi
    2020
    2121if [ "x$output_dir" = "x" ] ; then
    22     echo "_RUN.bash: Failed to set 'output_dir'" 1>2
     22    echo "_RUN.bash: Failed to set 'output_dir'" 1>&2
    2323    exit
    2424fi
Note: See TracChangeset for help on using the changeset viewer.