libraries/nv-codec-headers: Remove template comments from script.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-03 18:54:10 -05:00 committed by Willy Sudiarto Raharjo
parent 550961b0e3
commit fbfa447d3c
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -33,7 +33,6 @@ if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i586 ;; i?86) ARCH=i586 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
fi fi