diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-01 01:38:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-01 01:38:59 +0000 |
commit | 5b14225046061a5e8ce9430e75b27fcacaa2b7e7 (patch) | |
tree | b44a238487eb300f3c957aa65066cb9c01b9f8a4 /distrib/sets/maketars | |
parent | 92db316ec61d1b401b0cf27fa0ce27471d3cce57 (diff) |
#!/bin/sh not csh
Diffstat (limited to 'distrib/sets/maketars')
-rw-r--r-- | distrib/sets/maketars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sets/maketars b/distrib/sets/maketars index 32ed1b9df7a..79405255c3c 100644 --- a/distrib/sets/maketars +++ b/distrib/sets/maketars @@ -1,5 +1,5 @@ -#!/bin/csh -f -# $OpenBSD: maketars,v 1.13 2001/12/25 01:30:22 deraadt Exp $ +#!/bin/sh +# $OpenBSD: maketars,v 1.14 2002/03/01 01:38:58 miod Exp $ RELEASE=$1 |