瀏覽代碼

Added missing commit

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8054 8c9fc860-2736-0410-a75d-ab315db34111
negelef 7 年之前
父節點
當前提交
799d4437e0
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      Linux64/a2.sh

+ 1 - 3
Linux64/a2.sh

@@ -1,4 +1,2 @@
 #!/bin/sh
-
-dir=$(cd `dirname $0` && pwd)
-$dir/oberon run $dir/a2.txt
+cd `dirname $0` && ./oberon run a2.txt