From 7b4d33bbddbcc05fa7c31b2275e8f1bb2e516a75 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 8 Feb 2007 19:14:29 +0000 Subject: 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 --- install-sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-sh') 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. -- cgit v1.2.3