Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master quill by Andra?? Levstik (bdbbf6f8736a114de6a4dd3c2751c98e3222996e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master quill by Andra?? Levstik (bdbbf6f8736a114de6a4dd3c2751c98e3222996e)
  • Date: Thu, 3 Aug 2006 14:48:05 -0500

GIT changes to master quill by Andra?? Levstik <ruskie AT mages.ath.cx>:

usr/bin/quill | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bdbbf6f8736a114de6a4dd3c2751c98e3222996e
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

Argh

diff --git a/usr/bin/quill b/usr/bin/quill
index 652a884..12d60c3 100755
--- a/usr/bin/quill
+++ b/usr/bin/quill
@@ -69,7 +69,7 @@ while [ -n "$1" ]; do
--wizard|-w) export QUILL_MODE="wizard"; shift 1 ;;
--reconfigure|-r) export QUILL_MODE="reconfigure"; shift 1 ;;
--help|-h) quill_help ;;
- --version|-v) message "Quill version: ${QUILL_VERSION}" ;;
+ --version|-v) message "Quill version: ${QUILL_VERSION}" && exit 0;;
*) message "${PROBLEM_COLOR}Invalid parameter
$1$DEFAULT_COLOR"
quill_help ;;
esac



  • [SM-Commit] GIT changes to master quill by Andra?? Levstik (bdbbf6f8736a114de6a4dd3c2751c98e3222996e), Andra?? Levstik, 08/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page