diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-02 22:10:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-02 22:10:20 +0200 |
commit | 322327d668e6cef8bb5f318bc414593794530b7b (patch) | |
tree | 341f17c7c36d2e6f641f05043df307adef16c87d /scripts/strip-script.sh | |
parent | 7c520cd3ad42f5d94a9888bb9b3db7c79b6fd94f (diff) | |
parent | e00bf1d2b054c3f2280c63c23bc682c67a25d1b2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/strip-script.sh')
-rw-r--r-- | scripts/strip-script.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/strip-script.sh b/scripts/strip-script.sh index 3f9a54605..355df0e73 100644 --- a/scripts/strip-script.sh +++ b/scripts/strip-script.sh @@ -1,5 +1,3 @@ -# $Id: strip-script.sh 30 2008-09-04 13:31:09Z wbx $ -#- # Copyright (c) 2007 # Thorsten Glaser <tg@mirbsd.de> # @@ -26,7 +24,6 @@ # of dealing in the work, even if advised of the possibility of such # damage or existence of a defect, except proven that it results out # of said person's immediate fault when using the work as intended. -#- # Shell script to strip down a shell script (filter). shopt -s extglob |