Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
eefe56c8
Commit
eefe56c8
authored
Aug 02, 2000
by
Andreas Gustafsson
Browse files
usage message had old script name
parent
078b05bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
util/kit.sh
View file @
eefe56c8
...
...
@@ -15,18 +15,18 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: kit.sh,v 1.
2
2000/08/0
1 01:33:27 tale
Exp $
# $Id: kit.sh,v 1.
3
2000/08/0
2 16:02:40 gson
Exp $
# Make a release kit
#
# Usage: sh
make
kit.sh tag tmpdir
# Usage: sh kit.sh tag tmpdir
#
# (e.g., sh
make
kit.sh v9_0_0b5 /tmp/bindkit
# (e.g., sh kit.sh v9_0_0b5 /tmp/bindkit
#
case
$#
in
2
)
tag
=
$1
;
tmpdir
=
$2
;;
*
)
echo
"usage: sh
make
kit.sh tmpdir tag"
>
&2
*
)
echo
"usage: sh kit.sh tmpdir tag"
>
&2
exit
1
;;
esac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment