Alois Mahdal 8 years ago
parent
commit
5affd21615
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/mkexec

+ 1
- 1
bin/mkexec View File

@@ -78,7 +78,7 @@ my $templates = {
78 78
                    . "        *)  break ;;\n"
79 79
                    . "    esac done\n"
80 80
                    . "}\n\n"
81
-                   . "main \"@\"",
81
+                   . "main \"\$@\"",
82 82
     },
83 83
 };
84 84