Skip to content

Commit 41bf27c

Browse files
committed
Removed duplicate swig line.
1 parent e613c1a commit 41bf27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swig_compile_pbs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ conf="/etc/pbs.conf" # PBS configuration file
1111

1212
# Example: If using my laptop.
1313
#PYTHON_INCL="/usr/include/python2.7"
14-
#SWIG_EXEC="/usr/bin/swig"
1514

16-
# Example: If using Python 2.7 in a virtual environment.
15+
# Example: If using Python in a virtual environment.
1716
PYTHON_INCL=/var/www/wsgi/virtualenvs/pbsweb/include/python2.7
17+
1818
SWIG_EXEC="/usr/bin/swig"
1919

2020
# You should not need to change anything below here.

0 commit comments

Comments
 (0)