]> source.dussan.org Git - tigervnc.git/commitdiff
clarify shell dependencies
authorBen Hildred <hildred@users.noreply.github.com>
Fri, 28 Sep 2018 20:49:45 +0000 (14:49 -0600)
committerPierre Ossman <ossman@cendio.se>
Fri, 11 Jan 2019 14:27:55 +0000 (15:27 +0100)
The contributed script uses bash features extensively and does not work with ksh.

BUILDING.txt

index 86fb45d663683b306cd6aef72774799b589b5033..72aea7659ab6b16b44520323705c5e9116c68ea8 100644 (file)
@@ -158,8 +158,8 @@ The following procedure will build both the TigerVNC Viewer and a
 "legacy-friendly" version of the TigerVNC Server:
 
   cd {build_directory}
-  sh {source_directory}/contrib/xorg/build-xorg init
-  sh {source_directory}/contrib/xorg/build-xorg build [additional CMake flags]
+  bash {source_directory}/contrib/xorg/build-xorg init
+  bash {source_directory}/contrib/xorg/build-xorg build [additional CMake flags]
 
 build-xorg generates a version of Xvnc that has no external dependencies on the
 X11 shared libraries or any other distribution-specific shared libraries.  This