# HG changeset patch # User Christopher Rogers # Date 1337121663 0 # Node ID a569934d1031d56cd19d14e0cf44246f6eea482d # Parent 9ab44da78a1cf60e2361a732639ff0cdcc89b6b9 spk: Use debug function. diff -r 9ab44da78a1c -r a569934d1031 spk --- a/spk Tue May 15 22:18:01 2012 -0500 +++ b/spk Tue May 15 22:41:03 2012 +0000 @@ -74,7 +74,7 @@ # Handle packages: spk package1 ... packageN # -[ "$debug" ] && echo "DEBUG: cmdline: $0 $@" +debug "cmdline: $0 $@" count=0 for pkg in $@