summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-06-12 16:04:19 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-06-12 16:04:19 +0000
commit9ac40ddbadc6717f16e2df6b9e0506f39ddccedc (patch)
tree65273897ce799c8c5f5f36f52c43f7aa0eb6b865 /media-video/noad/files
parentStable amd64, pcc, x86 (diff)
downloadhistorical-9ac40ddbadc6717f16e2df6b9e0506f39ddccedc.tar.gz
historical-9ac40ddbadc6717f16e2df6b9e0506f39ddccedc.tar.bz2
historical-9ac40ddbadc6717f16e2df6b9e0506f39ddccedc.zip
Corrected last bash specific part.
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'media-video/noad/files')
-rw-r--r--media-video/noad/files/0.6.0-r7/record-50-noad.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/noad/files/0.6.0-r7/record-50-noad.sh b/media-video/noad/files/0.6.0-r7/record-50-noad.sh
index 0abf927b01b5..f4784bc07d16 100644
--- a/media-video/noad/files/0.6.0-r7/record-50-noad.sh
+++ b/media-video/noad/files/0.6.0-r7/record-50-noad.sh
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/media-video/noad/files/0.6.0-r7/record-50-noad.sh,v 1.4 2007/06/12 15:54:56 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/files/0.6.0-r7/record-50-noad.sh,v 1.5 2007/06/12 16:04:19 zzam Exp $
#
# Joerg Bornkessel <hd_brummy@gentoo.org>
# Mathias Schwarzott <zzam@gentoo.org>
@@ -58,7 +58,7 @@ fi
: ${NOAD_NICE_LEVEL:=18}
if [ "${NOAD_NICE_LEVEL}" != "no" ]; then
- NOAD_NICE_LEVEL=$((NOAD_NICE_LEVEL+0))
+ NOAD_NICE_LEVEL=$(($NOAD_NICE_LEVEL+0))
CMD="nice -n ${NOAD_NICE_LEVEL} ${CMD}"
fi