From: Trevor Woerner <[email protected]> Offset case options so they are visually at a different level than the actions they cause. Adjust them to match the existing case statements in the main body of the script.
Signed-off-by: Trevor Woerner <[email protected]> --- build.sh | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index eb1228f..8ee100e 100755 --- a/build.sh +++ b/build.sh @@ -181,19 +181,19 @@ clone() { fi case $1 in - "pixman") + "pixman") BASEDIR="" ;; - "xcb") + "xcb") BASEDIR="" ;; - "mesa") + "mesa") BASEDIR="" ;; - "xkeyboard-config") + "xkeyboard-config") BASEDIR="" ;; - *) + *) BASEDIR="xorg/" ;; esac -- 1.7.3.1.45.g9855b _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
