more refactoring of revision control scripts
[feisty_meow.git] / scripts / rev_control / rcheckin.sh
index 1c50d517776fe87aecbdc1a82b3f5145c3d6be13..1c5400fb8562105a439673c01efc0136652e8871 100644 (file)
@@ -14,10 +14,10 @@ if [ -z "$dir" ]; then
   dir=.
 fi
 
-
 pushd "$dir" &>/dev/null
 test_or_die "changing to directory: $dir"
 tempfile=$(generate_rev_ctrl_filelist)
+test_or_die "generating revision control file list"
 popd &>/dev/null
 
 perform_revctrl_action_on_file "$tempfile" do_checkin