diff options
Diffstat (limited to 'scripts/split-cfg.sh')
-rw-r--r-- | scripts/split-cfg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/split-cfg.sh b/scripts/split-cfg.sh index f5d2db07f..816bdfc02 100644 --- a/scripts/split-cfg.sh +++ b/scripts/split-cfg.sh @@ -2,6 +2,7 @@ # material, please see the LICENCE file in the top-level directory. # Note: this is slow, but it's not the "progress stuff" which cau- # ses the slow-down. +set -x TOPDIR=$1 TARGET=$2 |