http://qa.mandrakesoft.com/show_bug.cgi?id=3327

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-03-16 21:17 -------
Please forgive my silliness. I was under the impression that the 'make pure_all'
command always ran when instead it only runs if files have changed. Looks like a
PEBKAC problem (Problem Exists Between Keyboard and Chair).



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
I have the below script which works fine on my Red Hat 7.3 (bash-2.05a) box. It
also runs on Mandrake 8.2 (bash-2.05-16mdk).

I expect 'make pure_all' to be run unless -b is specified.

#!/bin/sh
if [ "$*" = "${*%-b*}" ];
  then make pure_all;
fi

With cooker, this command is never called, regardless of which arguments are
passed to it.

Reply via email to