From 9c6636a761d2bc627e744e6b0efc45cc7672c485 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 26 Nov 2012 00:22:01 +0000 Subject: On run check the system only if something changed --- (limited to 'commands/run') diff --git a/commands/run b/commands/run index c71fe66..1f043d0 100755 --- a/commands/run +++ b/commands/run @@ -5,7 +5,7 @@ helpersdir=$commandsdir/helpers rootdir=`dirname "$commandsdir"` display=`$helpersdir/find-free-display` -$commandsdir/check-system +$commandsdir/check-system --skip-if-unchanged if [ -f $rootdir/prefs ]; then source $rootdir/prefs -- cgit v0.9.1