浏览代码

hash bang slash ...

Paul Klumpp 12 年之前
父节点
当前提交
fc0f6fc674
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      mvd.lua
  2. 1 1
      mvd_transfer.sh

+ 1 - 1
mvd.lua

@@ -201,7 +201,7 @@ function mvd_script_exec()
             
         else
             gi.dprintf('mvd.lua mvd_script_exec(): standard script execution.\n')
-            -- using standard execution: <game> and <mvd_file>
+            -- using standard execution: <mvd_file> and  <game>
             mvd_os_exec(exec_script_on_system_after_recording..' "'..mvd_file..'" "'..game..'"')
         end
     end

+ 1 - 1
mvd_transfer.sh

@@ -1,4 +1,4 @@
-!/usr/bin/env bash
+#!/usr/bin/env bash
 # small transfer script by Shaque 2012-11-22
 mvd="$1"
 game="$2"