From 1ffe510887d0e16782849bf364087fad844ff744 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Tue, 8 May 2001 05:02:50 +0000 Subject: Relevant BUGIDs: 416229 Purpose of commit: cleanup Commit summary: --------------- A little closer to supporting AIX. These changes are not all of the suggested changes in the bug report that I will close as a result of this checkin, but they are all the changes that I feel happy making right now. I've avoided some of the more gratutitous changes, hoping that the submitter will reevaluate what they need in the light of what I have committed here. --- modules/register_static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/register_static') diff --git a/modules/register_static b/modules/register_static index 2067ac7e..f3aebb60 100755 --- a/modules/register_static +++ b/modules/register_static @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh if [ `basename $PWD` != "modules" ]; then echo "$0 must be run from the .../modules directory" -- cgit v1.2.3