X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=cscope.make;h=47c2811fd9857a8ad0c5eba3d4537d97d300e2e3;hp=258acca7799c3363a56f9102ef1718f844a84888;hb=6a5d12788f2778a26223de690d34b00ac16a6ec3;hpb=79b5f738f2e38acb60cda7e09f54802933a17105 diff --git a/cscope.make b/cscope.make index 258acca..47c2811 100755 --- a/cscope.make +++ b/cscope.make @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh current=`pwd` cd / @@ -10,5 +10,5 @@ find "$current" \ cd "$current" -#cscope -b -q +cscope -b -q