Skip to content

Commit

Permalink
Merge pull request #11 from lsst/tickets/DM-14026-which
Browse files Browse the repository at this point in the history
use shell builtin `command` instead of `which`
  • Loading branch information
jhoblitt committed Apr 12, 2018
2 parents 731862b + f349836 commit bb097fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/condor/scripts/worker.W2012Pipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module add gcc/4.4.5

echo ${HERE}

which gcc
type -a gcc

date

Expand Down

0 comments on commit bb097fe

Please sign in to comment.