]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- add status message about uploaded files
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 28 Oct 2008 20:23:38 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dropin -> 1.3

dropin

diff --git a/dropin b/dropin
index 90564d186ca07918520aea00c861f296f6d547b5..e3563eb280f5f3c02ab30cc76e0af85a6deaaa77 100644 (file)
--- a/dropin
+++ b/dropin
@@ -1,4 +1,6 @@
 #!/bin/sh
-lftp -c "open dropin;
-mput $*
+lftp -c "
+       open dropin
+       echo Uploading $*
+       mput $*
 "
This page took 0.037022 seconds and 4 git commands to generate.