]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh
Use ASCII RS for separating options in DH_INTERNAL_OPTIONS.
[debhelper.git] / dh
diff --git a/dh b/dh
index 4ea69b25a6fb025ee990e72db56336c1a5b5752b..c34a5a0273e952f359e8b92cf14c19ab7f73c24b 100755 (executable)
--- a/dh
+++ b/dh
@@ -462,7 +462,7 @@ sub run {
                $override_command=$command;
                # This passes the options through to commands called
                # inside the target.
-               $ENV{DH_INTERNAL_OPTIONS}=join(" ", @options);
+               $ENV{DH_INTERNAL_OPTIONS}=join("\x1e", @options);
                $command="debian/rules";
                @options="override_".$override_command;
        }