1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
fix path to perl
--- a/examples/clip
+++ b/examples/clip
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# clip
#
--- a/examples/cube
+++ b/examples/cube
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# cube
#
--- a/examples/depth
+++ b/examples/depth
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# depth
#
--- a/examples/double
+++ b/examples/double
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# double
#
--- a/examples/fun
+++ b/examples/fun
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# object oriented programming example
#
--- a/examples/glu_test
+++ b/examples/glu_test
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# glu_test
#
--- a/examples/light
+++ b/examples/light
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# light
#
--- a/examples/plane
+++ b/examples/plane
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# plane
# This program demonstrates the use of local versus
--- a/examples/quest
+++ b/examples/quest
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
# simple maze thingy
--- a/examples/simple
+++ b/examples/simple
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# simple example taken from listing 1-1 (or 1-2) from OpenGL book
#
--- a/examples/smooth
+++ b/examples/smooth
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# smooth
#
--- a/examples/texhack
+++ b/examples/texhack
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# texhack
#
--- a/examples/texture
+++ b/examples/texture
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# texture
#
--- a/examples/tk_demo
+++ b/examples/tk_demo
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# This is an example of combining the tk module and opengl
# You have to have TK installed for this to work.
--- a/examples/tk_steal
+++ b/examples/tk_steal
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# This is an example of combining the tk module and opengl
# You have to have TK installed for this to work.
--- a/examples/try
+++ b/examples/try
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# simple example that opens up a window then goes into interpretor mode
#
|