freebsd-ports/shells
David E. O'Brien 7f8208f177 Fix a segmentation fault on the Alpha.
As shown with this script :

	m(){ if [ $1 -eq 1 ];then echo $2 $3;else m $(($1-1)) $2 $4 $3;m 1 $2 \
	$3 $4;m $(($1-1)) $4 $3 $2;fi;};if [ $# -eq 3 ]&&[ $3 -ge 1 -a $1 -le \
	3 -a $1 -ge 1 -a $2 -le 3 -a $2 -ge 1 -a $1 -ne $2 ];then m $3 $1 $2 $\
	((6-$1-$2)); else echo Usage: /bin/sh hanoi.sh from to num; fi #by rhb

$ bash2 hanoi.sh 1 2 3
1 2
1 3
Segmentation fault (core dumped)

Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-03-17 01:24:32 +00:00
..
44bsd-csh I dropped maintainership or at least I tried to. Do it again. 2001-03-11 00:02:09 +00:00
bash Fix a segmentation fault on the Alpha. 2001-03-17 01:24:32 +00:00
bash1 Also fix the symlink race vulnerability in bashbug.sh. 2000-11-29 19:52:06 +00:00
bash2 Fix a segmentation fault on the Alpha. 2001-03-17 01:24:32 +00:00
bash3 Fix a segmentation fault on the Alpha. 2001-03-17 01:24:32 +00:00
es Well, basic reading skills certainly do help occassionally - Loren 2000-12-08 13:08:16 +00:00
esh Master site disappeared. Use MASTER_SITE_LOCAL. 2001-01-22 12:52:01 +00:00
fd Update to 1.03o 2000-10-12 15:31:09 +00:00
flash Add secondary site to MASTER_SITES 2001-02-25 15:29:55 +00:00
ksh93 - Remove the custom do-extract target. 2001-02-27 18:33:39 +00:00
mudsh Update to lastest version 2001-03-11 06:50:52 +00:00
osh Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
pash Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
pdksh Correct whitespace introduced during PORTNAME conversion and portlint 2000-04-21 08:19:33 +00:00
perlsh Update to version 0.009. 2001-02-26 04:04:33 +00:00
pkg #4/4 enforcing Caps, no period 1999-06-26 19:22:14 +00:00
psh Update to version 0.009. 2001-02-26 04:04:33 +00:00
rc Correct whitespace introduced during PORTNAME conversion and portlint 2000-04-21 08:19:33 +00:00
ruby-shell Add ruby-shell, a Ruby library to run commands and control jobs like a 2001-03-16 09:02:00 +00:00
sash Remove an unnecessary "strip" line in post-install. 2000-10-18 16:06:59 +00:00
scsh Rename PLIST.doc to pkg-plist.doc. 2000-10-08 06:04:55 +00:00
tcsh Goodbye, YEAR2000. Hello, 2001. 2001-01-01 10:15:16 +00:00
vshnu add vshnu, the New Visual Shell 2001-02-25 19:35:33 +00:00
wapsh Add wapsh 1.0, a system to allow remote shell logins via a WAP 2001-03-10 20:05:09 +00:00
zsh Remove nonexistent master site. 2001-01-08 23:50:22 +00:00
zsh-devel Correct MASTER_SITES. 2000-10-27 16:37:56 +00:00
Makefile Add ruby-shell, a Ruby library to run commands and control jobs like a 2001-03-16 09:02:00 +00:00