libtest.lib: fix two broken calls to 'notify()'
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
b597848f6b
commit
69a4080a61
11
ChangeLog
11
ChangeLog
@ -1,4 +1,13 @@
|
||||
Changes in version 1.16.3 - Christmas Release
|
||||
Changes in version 1.16.4
|
||||
Sat Jul 13 2013 Madrisan <davide.madrisan(a)gmail.com>
|
||||
|
||||
+ bugfix
|
||||
* lib/libtest.lib - Davide Madrisan:
|
||||
Replace 'notify --error' by 'notify.error'.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Changes in version 1.16.3
|
||||
Mon Mar 04 2013 Madrisan <davide.madrisan(a)gmail.com>
|
||||
|
||||
+ bugfix
|
||||
|
@ -93,11 +93,11 @@ can't create temporary directory"": $tmpextractdir/$i"
|
||||
pushd $tmpextractdir/$i >/dev/null
|
||||
rpm2cpio $pck > rpm_extract_tmp.cpio
|
||||
[ $? -eq 0 ] ||
|
||||
notify --error $"cannot extract files from rpm archive"
|
||||
notify.error $"cannot extract files from rpm archive"
|
||||
|
||||
cpio --quiet --extract --make-directories < rpm_extract_tmp.cpio
|
||||
[ $? -eq 0 ] ||
|
||||
notify --error $"cannot extract files from cpio archive"
|
||||
notify.error $"cannot extract files from cpio archive"
|
||||
|
||||
rm -f rpm_extract_tmp.cpio
|
||||
popd >/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user