diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/snapshot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index 82bf557..4235670 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -460,7 +460,9 @@ if [ "$cmd" = "all" -o -n "$cmdrel" ]; then echo "Making snapshot release ($RELEASE_VERSION) to ${ReleaseDir}..." bin/release -d $ReleaseDir $METHODS perl bin/h5vers -i - svn -q commit -m "Snapshot $RELEASE_VERSION" + echo "Committing snapshot from current/bin/snapshot." + ls + svn -q commit -m "Snapshot $RELEASE_VERSION" . ) errcode=$? fi |