summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Mota <jose@josemota.net>2016-06-18 11:11:08 +0100
committerJosé Mota <jose@josemota.net>2016-06-18 11:11:08 +0100
commitfb8cbbc5a1889b39d95cfb721bd2fd0692fd0dec (patch)
tree5e480257b43c89388a24a534392509b4f511eed3
parent8d71aef61ae4319ab238b8e2ce061f153a04e631 (diff)
Use own variable instead of argument.
-rwxr-xr-xbin/thomas2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/thomas b/bin/thomas
index 1952235..4d23529 100755
--- a/bin/thomas
+++ b/bin/thomas
@@ -21,7 +21,7 @@ install_mo() {
build(){
mkdir -p $OUTPUT_FOLDER
- source thomas.env && cat templates/$1 | bin/mo > $OUTPUT_FOLDER/$FILE
+ source thomas.env && cat templates/$FILE | bin/mo > $OUTPUT_FOLDER/$FILE
}
install_mo