From 34480f9d0f45f0aa1d9e282b894d9a886b05b67e Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 10 Mar 2016 13:27:47 -0800 Subject: [PATCH] Revert "Remove SIGFILEBALL after creating sig" This reverts commit cf12f8702761a14ce55d89a2f75c23a996032c83. --- tools/offline-sigrequest.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/offline-sigrequest.sh b/tools/offline-sigrequest.sh index 08a5c4c05..7706796ef 100755 --- a/tools/offline-sigrequest.sh +++ b/tools/offline-sigrequest.sh @@ -42,7 +42,6 @@ function oncesigned { # $1 <-- INPFILE ; $2 <--SIGFILE echo `file $2` exit 1 fi - rm $SIGFILEBALL } HERE=`dirname $0`