From 11a255507812fc1ffad56b6994ed699f3721f1f0 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 19 Apr 2010 17:12:50 -0700 Subject: [PATCH] set -x in push-to-web --- push-to-web.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/push-to-web.sh b/push-to-web.sh index ba9d969..1003430 100755 --- a/push-to-web.sh +++ b/push-to-web.sh @@ -1,6 +1,7 @@ #!/bin/bash # This script generates the combined JS file, pushes all content to a web site # and then reverts the combined file. +set -x site=$1 # Produce dygraph-combined.js. -- 2.7.4