diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-06-12 15:54:56 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-06-12 15:54:56 +0000 |
commit | aceabbe99458eb0eddc48c39f6f35f870ed32d01 (patch) | |
tree | 667d34e9c24e566d55edceecad73d1668f3f21af /media-video/noad/files | |
parent | Stable amd64, ppc, x86. Remove old version (diff) | |
download | historical-aceabbe99458eb0eddc48c39f6f35f870ed32d01.tar.gz historical-aceabbe99458eb0eddc48c39f6f35f870ed32d01.tar.bz2 historical-aceabbe99458eb0eddc48c39f6f35f870ed32d01.zip |
Replace bash source command.
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.sh | 4 |
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 7ac4e2bff5ff..0abf927b01b5 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,10 +1,10 @@ -# $Header: /var/cvsroot/gentoo-x86/media-video/noad/files/0.6.0-r7/record-50-noad.sh,v 1.3 2007/04/17 13:02:41 zzam Exp $ +# $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 $ # # Joerg Bornkessel <hd_brummy@gentoo.org> # Mathias Schwarzott <zzam@gentoo.org> # -source /etc/conf.d/vdraddon.noad +. /etc/conf.d/vdraddon.noad CMD="/usr/bin/noad" |