Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$e# variables are set incorrectly with ll dir1 dir2 #274

Closed
HaleTom opened this issue Sep 14, 2018 · 2 comments · Fixed by #263
Closed

$e# variables are set incorrectly with ll dir1 dir2 #274

HaleTom opened this issue Sep 14, 2018 · 2 comments · Fixed by #263

Comments

@HaleTom
Copy link
Collaborator

HaleTom commented Sep 14, 2018

% mkdir 1 2
% touch 1/file1 2/file2
% /bin/ls -lR
.:
total 0
drwxr-xr-x 1 ravi ravi 10 Sep 14 15:17 1
drwxr-xr-x 1 ravi ravi 10 Sep 14 15:17 2

./1:
total 0
-rw-r--r-- 1 ravi ravi 0 Sep 14 15:17 file1

./2:
total 0
-rw-r--r-- 1 ravi ravi 0 Sep 14 15:17 file2
% ll 1 2
-rw-r--r-- 1 ravi ravi 0 Sep 14 15:17 [1]  file1
-rw-r--r-- 1 ravi ravi 0 Sep 14 15:17 [2]  file2
% echo $e1
/home/ravi/code/scm_breeze/x/2/1:
% echo $e2
/home/ravi/code/scm_breeze/x/2/file1
%
@HaleTom
Copy link
Collaborator Author

HaleTom commented Sep 14, 2018

Related to #265 but easier to fix. (Famous last words)

HaleTom added a commit to HaleTom/scm_breeze that referenced this issue Sep 14, 2018
Removes the danger from issue scmbreeze#274.

The proper fix will need to address issue scmbreeze#260.
@HaleTom
Copy link
Collaborator Author

HaleTom commented Sep 19, 2018

This issue is resolved by #263 and can be closed when that PR is merged.

ghthor added a commit that referenced this issue Sep 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant