summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Tarkovsky <alextarkovsky@gmail.org>2006-06-29 14:37:03 +0000
committerAlex Tarkovsky <alextarkovsky@gmail.org>2006-06-29 14:37:03 +0000
commit51b0f8398ed3e7edcfe2c4f499c4a2a4094e9b73 (patch)
tree1762c01436beaf301dee6ec4eb3a1df52c7ff64b /scripts/sunrise-commit
parentExits immediately if no changes found in current dir; more meaningful message... (diff)
downloadsunrise-51b0f8398ed3e7edcfe2c4f499c4a2a4094e9b73.tar.gz
sunrise-51b0f8398ed3e7edcfe2c4f499c4a2a4094e9b73.tar.bz2
sunrise-51b0f8398ed3e7edcfe2c4f499c4a2a4094e9b73.zip
Send a message with commit this time
svn path=/sunrise/; revision=371
Diffstat (limited to 'scripts/sunrise-commit')
-rwxr-xr-xscripts/sunrise-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sunrise-commit b/scripts/sunrise-commit
index 7101a9611..3a69d0d3c 100755
--- a/scripts/sunrise-commit
+++ b/scripts/sunrise-commit
@@ -163,4 +163,4 @@ if [[ "$quiet" == "0" ]] ; then
esac
fi
-svn_commit || exit $?
+svn_commit "$*" || exit $?