mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Moved to “utils”.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
# MARK: Constants
|
||||
SELF=$(basename $0)
|
||||
SELFLOCATION=$(dirname $0)
|
||||
pathToLabels="fragments/labels"
|
||||
pathToLabels=../"fragments/labels"
|
||||
|
||||
#echo "Script: $SELFLOCATION/$SELF\n"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
label_re='^([a-z0-9\_-]*)(\)|\|\\)$'
|
||||
endlabel_re='^( |\t);;$'
|
||||
|
||||
label_dir="../fragments/labels"
|
||||
label_dir=../"fragments/labels"
|
||||
|
||||
IFS=$'\n'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user