Browse Source

Fixed `sde ci` to handle multiple files correctly

misl/sde-wrapper
Alejandro Mery 17 years ago
parent
commit
5a0fb38dd1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/sde-commit

+ 1
- 1
bin/sde-commit

@ -93,7 +93,7 @@ trap 'commit_abort' INT
# find changes on these locations, and apply copyright patch # find changes on these locations, and apply copyright patch
# - in the case of git working trees we populate the index # - in the case of git working trees we populate the index
# #
$SDEROOT/bin/sde-list-changes -C "$SDEROOT/$root" --status "$locations" | ( while read status file; do
$SDEROOT/bin/sde-list-changes -C "$SDEROOT/$root" --status $locations | ( while read status file; do
# work sitting on the root of the working tree # work sitting on the root of the working tree
cd "$SDEROOT/$root" cd "$SDEROOT/$root"

Loading…
Cancel
Save