mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-22 08:04:04 +01:00
11 lines
342 B
Diff
11 lines
342 B
Diff
Description: Lintian complains about #!/usr/bin/env perl.
|
|
Author: Dmitry Maksyoma <ledestin@gmail.com>
|
|
--- a/unix/vncserver
|
|
+++ b/unix/vncserver
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env perl
|
|
+#!/usr/bin/perl
|
|
#
|
|
# Copyright (C) 2009-2010 D. R. Commander. All Rights Reserved.
|
|
# Copyright (C) 2005-2006 Sun Microsystems, Inc. All Rights Reserved.
|