From 8b606395d12a8d359b87b814617dfd860e076e48 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 26 Jan 2016 21:43:01 +1100 Subject: [PATCH] Change printf to print in getdisk function --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index bdd7fcb3..fcf22931 100755 --- a/fetch +++ b/fetch @@ -1015,7 +1015,7 @@ getdisk () { esac # Get the disk info - disk=$(df $df_flags 2>/dev/null | awk '/total/ {printf $2 ":" $3 ":" $5}') + disk=$(df $df_flags 2>/dev/null | awk '/total/ {print $2 ":" $3 ":" $5}') # Format the output disk_used=${disk#*:}