Make up.sh POSIX compliant - scroll - scrollbackbuffer program for st
HTML git clone git://git.suckless.org/scroll
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit c5cbf1ab33faeaea951077a9a9c69d80dfd204b9
DIR parent e1b7a5e2d472d56c236262b1679c5017e934a025
HTML Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Sun, 26 Apr 2020 22:38:19 +0200
Make up.sh POSIX compliant
Diffstat:
M up.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/up.sh b/up.sh
@@ -5,7 +5,7 @@ export POSIXLY_CORRECT=1
i=1
while test $i -lt 50; do
- print $i
+ echo $i
i=$((i + 1))
done > tmp.log