Index: trunk/ippScripts/scripts/warp_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/warp_skycell.pl	(revision 39186)
+++ trunk/ippScripts/scripts/warp_skycell.pl	(revision 41705)
@@ -36,4 +36,6 @@
     exit($PS_EXIT_CONFIG_ERROR);
 }
+
+my @ARGS = @ARGV;
 
 my ($warp_id, $skycell_id, $warp_skyfile_id, $tess_dir, $reduction, $camera, $dbname, $outroot, $threads, $run_state, $magicked, $verbose, $no_update, $no_op, $redirect, $save_temps);
@@ -92,4 +94,5 @@
 
 $ipprc->redirect_to_logfile($logDest) or my_die( "Unable to redirect output", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR ) if $redirect;
+print "FULL COMMAND: $0 @ARGS\n\n";
 
 # Recipes to use based on reduction class
