Merge of xfs-cmds-2.4.18:slinx:112376a by nathans.

force text encoding to be used to overcome AndreasG print heuristics.
This commit is contained in:
Nathan Scott
2002-02-25 22:53:12 +00:00
parent a755a2e4e5
commit 6fc3389690
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ _attr_list()
file=$1
echo " *** print attributes"
if ! _getfattr -ad $file
if ! _getfattr -ad -e text $file
then
echo " !!! error return"
return 1