Skip to content
Snippets Groups Projects
Commit 96484592 authored by rds's avatar rds
Browse files

/bin/egrep -> egrep

parent 3b495355
No related branches found
No related tags found
No related merge requests found
......@@ -11,14 +11,14 @@
SCRIPT_NAME=$(basename $0)
INITIAL_DIR=$(pwd)
SCRIPT_DIR=$(dirname $0)
if ! echo $SCRIPT_DIR | /bin/egrep -q "(^)$INITIAL_DIR" ; then
if ! echo $SCRIPT_DIR | egrep -q "(^)$INITIAL_DIR" ; then
BASE_DIR=$INITIAL_DIR/$SCRIPT_DIR
else
BASE_DIR=$SCRIPT_DIR
fi
. $BASE_DIR/../scripts/zmap_functions.sh
. $BASE_DIR/../scripts/build_config.sh
############################################################
############################################################
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment