Fix syntax error in r1.5 -- semicolon needed before closing brace on same line.
This commit is contained in:
parent
ad8c9f3a7e
commit
9af306351b
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user