Fix syntax error in r1.5 -- semicolon needed before closing brace on same line.

This commit is contained in:
toddpw 2001-04-01 01:32:10 +00:00
parent ad8c9f3a7e
commit 9af306351b

View File

@ -1,6 +1,6 @@
# $NetBSD: dot.shrc,v 1.5 2001/03/01 22:45:49 tv Exp $
# $NetBSD: dot.shrc,v 1.6 2001/04/01 01:32:10 toddpw Exp $
hup(){ (read pid; kill -HUP $pid) </var/run/$1.pid }
hup(){ (read pid; kill -HUP $pid) </var/run/$1.pid; }
ll(){ ls -l ${1+"$@"}; }
case "$-" in *i*)