Ignore:
Timestamp:
Oct 31, 2016, 6:14:24 PM (9 years ago)
Author:
dmik
Message:

rpmbuid-bot: Fix committing both spec file and its dir.

It's wrong to quote vars intended to contain several ags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rpmbuild-bot/rpmbuild-bot.sh

    r880 r881  
    602602    run svn up "$spec_dir"
    603603    echo
    604     svn diff "$commit_items" | "$pager"
     604    svn diff $commit_items | "$pager"
    605605    echo "
    606606Type YES if the diff is okay to be committed."
     
    633633
    634634  # And finally commit the SPEC file.
    635   run svn commit "$commit_items" -m "$commit_msg"
     635  run svn commit $commit_items -m "$commit_msg"
    636636
    637637  # Note: versioned .list file will remain in archive forever (for further reference).
Note: See TracChangeset for help on using the changeset viewer.