Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] [quill PATCH v2 2/4] quill: Allow specifying URL as second argument on CLI

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Ismael Luceno <ismael AT sourcemage.org>
  • To: Jaka Kranjc <smgl AT lynxlynx.info>
  • Cc: Ismael Luceno <ismael AT sourcemage.org>, sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] [quill PATCH v2 2/4] quill: Allow specifying URL as second argument on CLI
  • Date: Thu, 25 Dec 2014 20:11:41 -0300

Signed-off-by: Ismael Luceno <ismael AT sourcemage.org>
---
usr/bin/quill | 1 +
1 file changed, 1 insertion(+)

diff --git a/usr/bin/quill b/usr/bin/quill
index bb622bd..6ceae80 100755
--- a/usr/bin/quill
+++ b/usr/bin/quill
@@ -104,6 +104,7 @@ if [[ -z $QUILL_TARGET ]]; then
;;
*)
QUILL_ORIG_TARGET="$1"
+ SPELL_SRC_URL="$2"
;;
esac
QUILL_TARGET=$(tr '[[:upper:]]' '[[:lower:]]' <<< "$QUILL_ORIG_TARGET")
--
2.2.1





Archive powered by MHonArc 2.6.24.

Top of Page