keenerd / packer

Bash wrapper for pacman and AUR.
247 stars 48 forks source link

Malformed commands #140

Closed parkerlreed closed 8 years ago

parkerlreed commented 8 years ago

packer 20150808-1

[parker@x3720 youloop]$ packer kinect
cut: the delimiter must be a single character
Try 'cut --help' for more information.

0 aur/libfreenect-git 20140215-1 (20)
    Drivers and libraries for the Xbox Kinect device on Linux
1 aur/sensorkinect 0.93.5.1.2.1-1 (2)
    PrimeSensor Modules for OpenNI
...
[parker@x3720 youloop]$ packer -Syyu
cut: the delimiter must be a single character
Try 'cut --help' for more information.
grep: *IgnorePkg: No such file or directory
:: Synchronizing package databases...
 core                                                                                                                121.2 KiB   932K/s 00:00 [######################################################################################] 100%
 extra                                                                                                              1774.3 KiB  2.50M/s 00:01 [######################################################################################] 100%
 community                                                                                                             2.7 MiB  6.08M/s 00:00 [######################################################################################] 100%
 multilib                                                                                                            126.2 KiB  9.48M/s 00:00 [######################################################################################] 100%
 archaudio-production                                                                                                  4.3 KiB  29.3K/s 00:00 [######################################################################################] 100%
:: Starting full system upgrade...
 there is nothing to do
:: Synchronizing aur database...
grep: *ILoveCandy: No such file or directory
 aur                                        30  30 [--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------]100%
:: Starting full aur upgrade...
grep: *IgnorePkg: No such file or directory
cut: the delimiter must be a single character
Try 'cut --help' for more information.
cut: the delimiter must be a single character
Try 'cut --help' for more information.
cut: the delimiter must be a single character
Try 'cut --help' for more information.

Aur Targets    (3): google-chrome-beta spotify-beta xboxdrv-git

Proceed with installation? [Y/n] 
parkerlreed commented 8 years ago

I had a bad path in my $PATH. Sorry for the false report.