about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-07-25 20:11:21 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-07-25 20:11:21 +0000
commit71745c6f9b478623aeac803fb5d03bbced058576 (patch)
tree40022039e0ee849bd0bd88db72fc05f758947687 /Functions
parent6850c625e21b73b9e69148e9d25cba59b5ea8dfe (diff)
downloadzsh-71745c6f9b478623aeac803fb5d03bbced058576.tar.gz
zsh-71745c6f9b478623aeac803fb5d03bbced058576.tar.xz
zsh-71745c6f9b478623aeac803fb5d03bbced058576.zip
unposted: force file to be non-executable
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Misc/harden2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/harden b/Functions/Misc/harden
index c02689362..0058382b3 100644
--- a/Functions/Misc/harden
+++ b/Functions/Misc/harden
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # harden a link (convert it to a singly linked file)
 cp $1 $1.foo
 rm $1