commit 5cad0077382cdf9b3385c74f8cad80e6855de3e1 parent 3f8ee935fd56158617ff142e683c396a46377058 Author: Hugo Soucy <hugo@soucy.cc> Date: Sun, 31 Jul 2016 14:31:56 -0400 Add `Sorry but...` Diffstat:
M | panstash.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/panstash.sh b/panstash.sh @@ -36,8 +36,8 @@ if hash pandoc 2>/dev/null; then exit 0 else - echo "You must install *Pandoc* for using *Panstash*." - echo "Please visit <http://pandoc.org/installing.html>." + echo "Sorry But You must Install *Pandoc* For Using *Panstash*." + echo "Please Visit <http://pandoc.org/installing.html>." exit 1 fi