diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-11-01 08:01:22 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-11-01 08:01:22 (GMT) |
commit | 482620081e77dbcb31a9bc02efd65953ee4da603 (patch) | |
tree | dc6f4cf983b754979f1bfc79cd4cf2ed48f4ee39 /abs | |
parent | 44e98dbff19f1cfd3edf26618f2462aeb6c0106e (diff) | |
download | linhes_pkgbuild-482620081e77dbcb31a9bc02efd65953ee4da603.zip linhes_pkgbuild-482620081e77dbcb31a9bc02efd65953ee4da603.tar.gz linhes_pkgbuild-482620081e77dbcb31a9bc02efd65953ee4da603.tar.bz2 |
linhes-scripts:linhes_update.sh, allows for better display for files to be upgraded.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/linhes-scripts/linhes_update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/linhes-scripts/linhes_update.sh b/abs/core-testing/linhes-scripts/linhes_update.sh index 3b455e0..39b341e 100644 --- a/abs/core-testing/linhes-scripts/linhes_update.sh +++ b/abs/core-testing/linhes-scripts/linhes_update.sh @@ -11,8 +11,8 @@ dsply () { } chck () { sudo pacman -Sy - sudo pacman -Qu > /tmp/check_update - sudo grep Target /tmp/check_update > /tmp/to_be_upgraded + sudo pacman -Qu > /tmp/to_be_upgraded +# sudo grep Target /tmp/check_update > /tmp/to_be_upgraded if grep -q no\ upgrades\ found /tmp/check_update then killall osd_cat |