Skip to content

Commit

Permalink
Removing the - symbol from ps command due to warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitKumarDas committed Aug 3, 2016
1 parent ec9e79f commit d224d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
# Internal variables or constants
#
IS_OPENEBSD_RUNNING := $(shell ps -aux | grep openebsd | grep -v grep | awk '{print $$NF}')
IS_OPENEBSD_RUNNING := $(shell ps aux | grep openebsd | grep -v grep | awk '{print $$NF}')
IS_BASE_AVAIL := $(shell if [ -d "/etc/openebs" ]; then ls -ltr /etc/openebs | grep base.tar.gz | awk '{print $$NF}'; fi)

#
Expand Down

0 comments on commit d224d4c

Please sign in to comment.