diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-06-12 16:04:19 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-06-12 16:04:19 +0000 |
commit | de372271cff6ef67f65f49487717411cf3b54cf0 (patch) | |
tree | dbee8950381f96c88f74420f77c2738e2108b383 /media-video | |
parent | Add ~x86-fbsd keyword, as per bug #173452. (diff) | |
download | gentoo-2-de372271cff6ef67f65f49487717411cf3b54cf0.tar.gz gentoo-2-de372271cff6ef67f65f49487717411cf3b54cf0.tar.bz2 gentoo-2-de372271cff6ef67f65f49487717411cf3b54cf0.zip |
Corrected last bash specific part.
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/noad/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/noad/files/0.6.0-r7/record-50-noad.sh | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/noad/ChangeLog b/media-video/noad/ChangeLog index c4c4d02a410b..d51a9552abc3 100644 --- a/media-video/noad/ChangeLog +++ b/media-video/noad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/noad # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.27 2007/06/12 15:54:56 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.28 2007/06/12 16:04:19 zzam Exp $ + + 12 Jun 2007; Matthias Schwarzott <zzam@gentoo.org> + files/0.6.0-r7/record-50-noad.sh: + Corrected last bash specific part. 12 Jun 2007; Matthias Schwarzott <zzam@gentoo.org> files/0.6.0-r7/record-50-noad.sh: 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 |