lib/Tools/changeparent
changeset 2334 00db792beb4e
parent 2310 f49958ca2f8d
child 3007 e5efa177ee0c
--- a/lib/Tools/changeparent	Mon Dec 09 09:03:03 1996 +0100
+++ b/lib/Tools/changeparent	Mon Dec 09 09:03:52 1996 +0100
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -norc
 #
 # $Id$
 #
@@ -19,7 +19,7 @@
 
 function fail()
 {
-  echo "$1"
+  echo "$1" >&2
   exit 2
 }