From 3d44c3bb4ec732fc097833f1bed644349a19c83f Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Wed, 1 May 2002 03:21:53 +0200 Subject: [PATCH] Fixed #! string, added emacs mode specifier, updated copyright. Rev: bin/unbug:1.6 --- bin/unbug | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/unbug b/bin/unbug index e54ecb4b75..2153f1944f 100644 --- a/bin/unbug +++ b/bin/unbug @@ -1,4 +1,5 @@ -#!/usr/local/bin/pike +#! /usr/bin/env pike +// -*- Pike -*- /* UNBUG - Pike debugger * Written by Fredrik H�binette @@ -2813,8 +2814,8 @@ string find_in_path(string cmd) int main(int argc, string *argv) { - write(#"UNBUG $Id: unbug,v 1.5 2001/05/10 22:15:40 hubbe Exp $ -Copyright 2001, Roxen Internet Software AB. + write(#"UNBUG $Id: unbug,v 1.6 2002/05/01 01:21:53 nilsson Exp $ +Copyright 2001-2002, Roxen Internet Software AB. UNBUG is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. "); -- GitLab