diff options
author | Werner Koch <[email protected]> | 1999-05-08 17:35:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-05-08 17:35:16 +0000 |
commit | a1dcec76c1f85b95c1eff73d12c1c13f699aaecb (patch) | |
tree | a041bdf1210b06678f548af47f1ab65fe23ca973 /scripts/install-sh | |
parent | . (diff) | |
download | gnupg-a1dcec76c1f85b95c1eff73d12c1c13f699aaecb.tar.gz gnupg-a1dcec76c1f85b95c1eff73d12c1c13f699aaecb.zip |
See ChangeLog: Sat May 8 19:28:33 CEST 1999 Werner Koch
Diffstat (limited to 'scripts/install-sh')
-rwxr-xr-x | scripts/install-sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-sh b/scripts/install-sh index e8436696c..ebc66913e 100755 --- a/scripts/install-sh +++ b/scripts/install-sh @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh # # install - install a program, script, or datafile # This comes from X11R5 (mit/util/scripts/install.sh). |