From 956a52db79a227999208959c927ac52a7e19e45f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Thu, 5 Mar 1998 16:53:45 +0100
Subject: [PATCH] Fixed bug.

Rev: bin/export.pike:1.13
---
 bin/export.pike | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/export.pike b/bin/export.pike
index 8874ee617f..8a2236c811 100755
--- a/bin/export.pike
+++ b/bin/export.pike
@@ -1,6 +1,6 @@
 #!/usr/local/bin/pike
 
-/* $Id: export.pike,v 1.12 1997/12/22 18:42:33 hubbe Exp $ */
+/* $Id: export.pike,v 1.13 1998/03/05 15:53:45 grubba Exp $ */
 
 #include <simulate.h>
 
@@ -106,7 +106,7 @@ int main(int argc, string *argv)
 		      x->hour,
 		      x->min);
 #else
-    string tag+="-rel"+rel;
+    tag+="-rel"+rel;
 #endif
 
     werror("Creating tag "+tag+" in the background.\n");
-- 
GitLab