summaryrefslogtreecommitdiff
path: root/makecolumns.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makecolumns.sh')
-rwxr-xr-xmakecolumns.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makecolumns.sh b/makecolumns.sh
index 9f6f8b8..ee31f82 100755
--- a/makecolumns.sh
+++ b/makecolumns.sh
@@ -417,7 +417,7 @@ JOT () {
417 jot -w "$1" - "$2" "$3" "$4" 417 jot -w "$1" - "$2" "$3" "$4"
418 ;; 418 ;;
419 *) 419 *)
420 for x in `seq "$2" "$4" "$3"`; do printf "$1 " "$x"; done 420 for x in `seq "$2" "$4" "$3"`; do printf "$1\n" "$x"; done
421 ;; 421 ;;
422 esac 422 esac
423} 423}