X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=backupninja;h=b91d2c885dd0e5bec2348f4605425365c822201d;hb=1cb8c06d78706597e86f2035aa6324465c49d471;hp=d52f4cdf45c9c76002b408d0ed446652c3d092f9;hpb=d9d59cd6e90cb745d8886d6376a0ed97eb6761ef;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/backupninja b/backupninja index d52f4cd..b91d2c8 100755 --- a/backupninja +++ b/backupninja @@ -305,7 +305,7 @@ function process_action() { let "actions_run += 1" # call the handler: - [ if -x /bin/mktemp ] + if [ -x /bin/mktemp ] then local bufferfile=`mktemp /tmp/backupninja.buffer.XXXXXXXX` else