From ad8573c73928cdf34f7d8ebf609cc08f75c2aecf Mon Sep 17 00:00:00 2001 From: Promofaux Date: Sun, 3 Apr 2016 18:10:50 +0100 Subject: [PATCH] Pedantic change, stops my editor from treating all of the code as one long sting in `' '` (as the `'` was escaped with `\`) --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index f73de585..332b8153 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -69,7 +69,7 @@ spinner() { local pid=$1 local delay=0.50 - local spinstr='|/-\' + local spinstr='/-\|' while [ "$(ps a | awk '{print $1}' | grep "$pid")" ]; do local temp=${spinstr#?} printf " [%c] " "$spinstr"