From c4da66c15c5e6c70fdafd64f11167de917acf6de Mon Sep 17 00:00:00 2001 From: hellerve Date: Sun, 19 Mar 2017 19:14:00 +0100 Subject: [PATCH] quote output filename --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 290030f..e04b574 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,5 @@ /usr/local/bin/sbcl --script shinu.lisp if [ $? -eq 0 ]; then /usr/local/bin/python3 tweet.py - mv shinu.png out/`date`.png + mv shinu.png "out/`date`.png" fi