Add copyright
[unix-history] / usr / src / old / which / which.csh
index 67e806d..445891a 100644 (file)
@@ -1,9 +1,15 @@
-#! /bin/csh
+#!/bin/csh -f
 #
 #
-#      @(#)which.csh   4.1     (Berkeley)      83/02/14
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)which.csh   5.1 (Berkeley) %G%
 #
 #      which : tells you which program you get
 #
 #      which : tells you which program you get
-#      hacked to do aliases (from .cshrc file only!)
+#
+set prompt = "% "
+source ~/.cshrc
 set noglob
 foreach arg ( $argv )
     set alius = `alias $arg`
 set noglob
 foreach arg ( $argv )
     set alius = `alias $arg`