On Mon, 2003-07-21 at 06:02, Jamie Wilkinson wrote:
> This one time, at band camp, Michel Dänzer wrote:
> >On Fri, 2003-07-18 at 06:45, Jamie Wilkinson wrote:
> >>
> >> I've been seeing this error whenever I run make-kpkg modules_clean over
> >> drm-trunk:
> >>
> >> test -f debian/control.m4
> >>
This one time, at band camp, Michel Dänzer wrote:
>On Fri, 2003-07-18 at 06:45, Jamie Wilkinson wrote:
>>
>> I've been seeing this error whenever I run make-kpkg modules_clean over
>> drm-trunk:
>>
>> test -f debian/control.m4
>> if [ ! $UID = 0 ]; then echo "not root!"; exit 1; fi
>> [: 1: 0: un
On Fri, 2003-07-18 at 06:45, Jamie Wilkinson wrote:
>
> I've been seeing this error whenever I run make-kpkg modules_clean over
> drm-trunk:
>
> test -f debian/control.m4
> if [ ! $UID = 0 ]; then echo "not root!"; exit 1; fi
> [: 1: 0: unexpected operator
>
> If you wrap the $$UID in double quo
Michel,
I've been seeing this error whenever I run make-kpkg modules_clean over
drm-trunk:
test -f debian/control.m4
if [ ! $UID = 0 ]; then echo "not root!"; exit 1; fi
[: 1: 0: unexpected operator
If you wrap the $$UID in double quotes the test performs correctly.
--
[EMAIL PROTECTED]
4 matches
Mail list logo