diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-08 19:14:29 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-08 19:14:29 +0000 |
| commit | 7b4d33bbddbcc05fa7c31b2275e8f1bb2e516a75 (patch) | |
| tree | 9af8cd8147973bd1ea0229d2cc8bfc48e45d1cde /install-sh | |
| parent | 3d54048d526e48cdf0ef4f8d4a8a7ed10cb14d13 (diff) | |
Make sure INSTALL command uses absolute path for install-sh...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5676 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'install-sh')
| -rwxr-xr-x | install-sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-sh b/install-sh index 89fc9b098..ab74c882e 100755 --- a/install-sh +++ b/install-sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # # install - install a program, script, or datafile # This comes from X11R5. |
