From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QYYX6-0002OH-Rz for garchives@archives.gentoo.org; Mon, 20 Jun 2011 07:04:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7717B1C05A for ; Mon, 20 Jun 2011 07:04:28 +0000 (UTC) Received: from mail-qy0-f174.google.com (mail-qy0-f174.google.com [209.85.216.174]) by pigeon.gentoo.org (Postfix) with ESMTP id 9925B1C039 for ; Mon, 20 Jun 2011 06:30:12 +0000 (UTC) Received: by qyk29 with SMTP id 29so1347413qyk.19 for ; Sun, 19 Jun 2011 23:30:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=J3e6rhU3PH6JD2UUZNKy1PJSfV7XLo/ObQYSKuXEwwk=; b=e1SDQRQiQIq2CoIreR3S8F6o/ABHhDfrb8/KkrQoqaEePN5v8UBeDex0ZaO8+4QMgs OdaGpv7sQzdInSE1GDrZa8m7Ju9DzXSqq3Uw5khmZedypG/gXRvd9yEQeveZ1P5mX3WD m/VZmr84qJfV3XpuG2hThG9k0jpzWfYERHBSs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Qo9BXdlT3NLA1Sq9BQp1EsnvKkdbkqTa3DI9qKD3SkkvMNkFrdm3HH1EaF3O/XnMu5 zLqemS/A1C5bZxwKoSiVe1e6hN23o3MZ335dovmd6bwBGBwwjBN+udEOG5i13CumVECo lIcB2GL30jW/avsRz0hBEKYBuraeda7UpcQtc= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.229.20.80 with SMTP id e16mr2128256qcb.163.1308551412070; Sun, 19 Jun 2011 23:30:12 -0700 (PDT) Received: by 10.229.245.78 with HTTP; Sun, 19 Jun 2011 23:30:12 -0700 (PDT) In-Reply-To: <4DFED808.4060707@binarywings.net> References: <4DFED808.4060707@binarywings.net> Date: Mon, 20 Jun 2011 16:30:12 +1000 Message-ID: Subject: Re: [gentoo-user] crontab not executing From: Adam Carter To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: 98665164722ee4405db2f925b3199be5 > I might be wrong but as I understand it, cron executes your commands in > /bin/sh, not /bin/bash. /bin/sh is a symlink to bash.