Commit 7770ab8f authored by Kenneth Reitz's avatar Kenneth Reitz

debugging

parent 27729481
...@@ -2,9 +2,11 @@ shopt -s extglob ...@@ -2,9 +2,11 @@ shopt -s extglob
pylibmc-missing() { pylibmc-missing() {
puts-warn "pylibmc is missing." puts-warn "pylibmc is missing."
echo 'pylibmc is missing (echo).'
} }
show-warnings() { show-warnings() {
echo "hey there!"
pylibmc-missing pylibmc-missing
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment