diff options
Diffstat (limited to 'Functions/Misc/harden')
-rw-r--r-- | Functions/Misc/harden | 2 |
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 |