Correct newlines and executable bit for BuildLinuxCMake.sh
authorJohn Kessenich <cepheus@frii.com>
Wed, 19 Feb 2014 00:27:03 +0000 (00:27 +0000)
committerJohn Kessenich <cepheus@frii.com>
Wed, 19 Feb 2014 00:27:03 +0000 (00:27 +0000)
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@25404 e7fa87d3-cd2b-0410-9028-fcbf551c1848

BuildLinuxCMake.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 416c910..af63f34
@@ -1,8 +1,8 @@
-#!/bin/bash\r
-rm -rf linux_build\r
-mkdir linux_build\r
-pushd linux_build\r
-cmake ..\r
-make\r
-./StandAlone/glslangValidator -i ../Test/sample.vert ../Test/sample.frag\r
-popd\r
+#!/bin/bash
+rm -rf linux_build
+mkdir linux_build
+pushd linux_build
+cmake ..
+make
+./StandAlone/glslangValidator -i ../Test/sample.vert ../Test/sample.frag
+popd