From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Bash script to update - only make when update there? Date: Tue, 10 Dec 2013 09:44:02 +0100 Message-ID: <52A6D452.3030908@krugs.de> Reply-To: Rainer@krugs.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqIvL-0002DW-MB for emacs-orgmode@gnu.org; Tue, 10 Dec 2013 03:44:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqIvH-0004FO-7F for emacs-orgmode@gnu.org; Tue, 10 Dec 2013 03:44:11 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:39024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqIvH-0004FG-0d for emacs-orgmode@gnu.org; Tue, 10 Dec 2013 03:44:07 -0500 Received: by mail-bk0-f41.google.com with SMTP id v15so1832032bkz.28 for ; Tue, 10 Dec 2013 00:44:05 -0800 (PST) Received: from Rainers-MacBook-Pro-2.local ([2a01:e35:8baa:b070:b4bd:3f4a:2c63:c0e3]) by mx.google.com with ESMTPSA id o5sm10875531bkz.4.2013.12.10.00.44.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 10 Dec 2013 00:44:05 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi I have a question concerning a bash script to update org (and ess in the same way but in a different script). The script I use to update org looks as follow: #!/bin/sh cd ~/.emacs.d/org-git #### #!/bin/sh git checkout master make update #### which works nicely, but I would like to only execute the "make update" if git updated something - I am sure this is possible, but how? Thanks, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJSptRSAAoJENvXNx4PUvmCcpMIAI3A8M/YsSmgB8IShrIc12S3 qZSM+jOUdCZaSxs7rA2NMs0J9W9nL+spvZN66c/VS4je75KPxQXeKCmbSsThuoKW U6kbMQU1lyHiyFFkwq8ZOSYTWisA/X4d4uQ5rT99kfx1uthvLbyMKLvZzvSkxceG W3+yMKuhiMDT+Rc3Qwuox6+N4YtucJbPkcjJJwKEtSZwIFdVhxRxFxBkGaZhS+Cy UpMHjyxrtHUjAPVVl7LDng51ps+69kXCi6rf2+rHWwIViErkhytXLMA1IHC63qCc 48QmjFVnHBklcKFZ0MjhQ6EHkg/M+Xjp0UNr4I/QO0k06F8ITTnERIwnIsRpFRk= =RpCX -----END PGP SIGNATURE-----